Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp49 android::uirenderer::Rect contentDrawBounds(0, 0, 1, 1); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
71 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
95 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
164 android::uirenderer::Rect contentDrawBounds(0, 0, 0, 0); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
275 android::uirenderer::Rect contentDrawBounds(150, 150, 650, 450); // 500x300 in RENDERTHREAD_SKIA_PIPELINE_TEST() local
DFrameBuilderTests.cpp327 Rect contentDrawBounds(150, 150, 650, 450); // 500x300 in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp200 const Rect &contentDrawBounds, sk_sp<SkSurface> surface) { in renderFrame()
257 const Rect &contentDrawBounds, SkCanvas* canvas) { in renderFrameImpl()
373 const std::vector<sp<RenderNode>>& nodes, const Rect &contentDrawBounds, in renderOverdraw()
DSkiaVulkanPipeline.cpp69 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut, in draw()
DSkiaOpenGLPipeline.cpp66 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut, in draw()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp61 const Rect& contentDrawBounds, bool opaque, bool wideColorGamut, in draw()
/frameworks/base/libs/hwui/
DFrameBuilder.cpp136 const Rect& contentDrawBounds) { in deferRenderNodeScene()