Home
last modified time | relevance | path

Searched refs:contentDrawBounds (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DSkiaPipelineTests.cpp54 android::uirenderer::Rect contentDrawBounds(0, 0, 1, 1); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
59 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
76 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
81 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
85 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, false, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
100 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
105 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
169 android::uirenderer::Rect contentDrawBounds(0, 0, 0, 0); in RENDERTHREAD_SKIA_PIPELINE_TEST() local
178 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
184 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaPipeline.cpp430 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderFrame() argument
444 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame()
449 renderOverdraw(clip, nodes, contentDrawBounds, surface, preTransform); in renderFrame()
467 const Rect& contentDrawBounds, SkCanvas* canvas, in renderFrameImpl() argument
518 Rect content(contentDrawBounds.getWidth(), contentDrawBounds.getHeight()); in renderFrameImpl()
548 float dx = backdrop.left - contentDrawBounds.left; in renderFrameImpl()
549 float dy = backdrop.top - contentDrawBounds.top; in renderFrameImpl()
554 SkRect::MakeXYWH(contentDrawBounds.left, contentDrawBounds.top, in renderFrameImpl()
626 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderOverdraw() argument
638 renderFrameImpl(clip, nodes, true, contentDrawBounds, &overdrawCanvas, preTransform); in renderOverdraw()
DSkiaPipeline.h59 const Rect& contentDrawBounds, sk_sp<SkSurface> surface,
86 const Rect& contentDrawBounds, SkCanvas* canvas,
94 const std::vector<sp<RenderNode>>& nodes, const Rect& contentDrawBounds,
DSkiaVulkanPipeline.cpp65 LayerUpdateQueue* layerUpdateQueue, const Rect& contentDrawBounds, in draw() argument
74 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
DSkiaOpenGLPipeline.cpp74 LayerUpdateQueue* layerUpdateQueue, const Rect& contentDrawBounds, in draw() argument
104 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
DSkiaOpenGLPipeline.h41 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
DSkiaVulkanPipeline.h38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
/frameworks/base/libs/hwui/renderthread/
DIRenderPipeline.h63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,