Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/unit/
H A 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
276 android::uirenderer::Rect contentDrawBounds(150, 150, 650, 450); // 500x300 in RENDERTHREAD_SKIA_PIPELINE_TEST() local
294 pipeline->renderFrame(layerUpdateQueue, dirty, nodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp443 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderFrame() argument
457 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame()
462 renderOverdraw(clip, nodes, contentDrawBounds, surface, preTransform); in renderFrame()
477 const Rect& contentDrawBounds, SkCanvas* canvas, in renderFrameImpl() argument
527 Rect content(contentDrawBounds.getWidth(), contentDrawBounds.getHeight()); in renderFrameImpl()
557 float dx = backdrop.left - contentDrawBounds.left; in renderFrameImpl()
558 float dy = backdrop.top - contentDrawBounds.top; in renderFrameImpl()
563 SkRect::MakeXYWH(contentDrawBounds.left, contentDrawBounds.top, in renderFrameImpl()
644 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderOverdraw() argument
656 renderFrameImpl(clip, nodes, true, contentDrawBounds, &overdrawCanvas, preTransform); in renderOverdraw()
H A DSkiaPipeline.h59 const Rect& contentDrawBounds, sk_sp<SkSurface> surface,
88 const Rect& contentDrawBounds, SkCanvas* canvas,
96 const std::vector<sp<RenderNode>>& nodes, const Rect& contentDrawBounds,
H A DSkiaVulkanPipeline.cpp69 LayerUpdateQueue* layerUpdateQueue, const Rect& contentDrawBounds, in draw() argument
78 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
H A DSkiaOpenGLPipeline.cpp74 LayerUpdateQueue* layerUpdateQueue, const Rect& contentDrawBounds, in draw() argument
108 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
H A DSkiaOpenGLPipeline.h41 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
H A DSkiaVulkanPipeline.h38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h54 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,