Home
last modified time | relevance | path

Searched defs:contentDrawBounds (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp55 android::uirenderer::Rect contentDrawBounds(0, 0, 1, 1); in RENDERTHREAD_TEST() local
77 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_TEST() local
101 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_TEST() local
170 android::uirenderer::Rect contentDrawBounds(0, 0, 0, 0); in RENDERTHREAD_TEST() local
277 android::uirenderer::Rect contentDrawBounds(150, 150, 650, 450); // 500x300 in RENDERTHREAD_TEST() local
432 android::uirenderer::Rect contentDrawBounds(0, 0, 1, 1); in RENDERTHREAD_TEST() local
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp351 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderFrame()
385 const Rect& contentDrawBounds, SkCanvas* canvas, in renderFrameImpl()
568 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderOverdraw()
H A DSkiaCpuPipeline.cpp102 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
H A DSkiaVulkanPipeline.cpp77 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
H A DSkiaOpenGLPipeline.cpp119 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()
/aosp_15_r20/frameworks/base/libs/hwui/platform/host/pipeline/skia/
H A DSkiaGpuPipeline.h52 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw()