/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | SkiaPipelineTests.cpp | 55 android::uirenderer::Rect contentDrawBounds(0, 0, 1, 1); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 60 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 77 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 82 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 86 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, false, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 101 android::uirenderer::Rect contentDrawBounds(0, 0, 2, 2); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 106 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 170 android::uirenderer::Rect contentDrawBounds(0, 0, 0, 0); in RENDERTHREAD_SKIA_PIPELINE_TEST() local 277 android::uirenderer::Rect contentDrawBounds(150, 150, 650, 450); // 500x300 in RENDERTHREAD_SKIA_PIPELINE_TEST() local 295 pipeline->renderFrame(layerUpdateQueue, dirty, nodes, true, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() [all …]
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaPipeline.cpp | 454 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderFrame() argument 468 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame() 473 renderOverdraw(clip, nodes, contentDrawBounds, surface, preTransform); in renderFrame() 488 const Rect& contentDrawBounds, SkCanvas* canvas, in renderFrameImpl() argument 537 Rect content(contentDrawBounds.getWidth(), contentDrawBounds.getHeight()); in renderFrameImpl() 567 float dx = backdrop.left - contentDrawBounds.left; in renderFrameImpl() 568 float dy = backdrop.top - contentDrawBounds.top; in renderFrameImpl() 573 SkRect::MakeXYWH(contentDrawBounds.left, contentDrawBounds.top, in renderFrameImpl() 695 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, in renderOverdraw() argument 707 renderFrameImpl(clip, nodes, true, contentDrawBounds, &overdrawCanvas, preTransform); in renderOverdraw()
|
H A D | SkiaPipeline.h | 63 const Rect& contentDrawBounds, sk_sp<SkSurface> surface, 104 const Rect& contentDrawBounds, SkCanvas* canvas, 112 const std::vector<sp<RenderNode>>& nodes, const Rect& contentDrawBounds,
|
H A D | SkiaVulkanPipeline.cpp | 76 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw() argument 100 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
|
H A D | SkiaOpenGLPipeline.cpp | 113 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, in draw() argument 161 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
|
H A D | SkiaOpenGLPipeline.h | 43 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
H A D | SkiaVulkanPipeline.h | 43 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | IRenderPipeline.h | 67 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|