/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 24 void DrawRect::Draw(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in Draw() 82 …ect::DrawRectRadiusWithoutBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusWithoutBorder() 97 …:DrawRectRadiusWithoutBorderCon1(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusWithoutBorderCon1() 140 …:DrawRectRadiusWithoutBorderCon2(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusWithoutBorderCon2() 178 …:DrawRectRadiusWithoutBorderCon3(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusWithoutBorderCon3() 200 …:DrawRectRadiusWithoutBorderCon4(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusWithoutBorderCon4() 262 …ect::DrawRectBorderWithoutRadius(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectBorderWithoutRadius() 299 …wRect::DrawRectRadiusEqualBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusEqualBorder() 369 …t::DrawRectRadiusSmallThanBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusSmallThanBorder() 452 …::DrawRectRadiusBiggerThanBorder(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& dirtyRect, in DrawRectRadiusBiggerThanBorder() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_processor.cpp | 95 const Rect& dirtyRect = params.GetBufferDamage(); in CreateLayer() local 138 const Rect& dirtyRect = params.GetBufferDamage(); in CreateLayerForRenderThread() local 293 const auto& dirtyRect = params.GetBufferDamage(); in GetLayerInfo() local
|
H A D | rs_uni_render_visitor.cpp | 221 RectI dirtyRect = node.GetChildrenRect(); in MergeRemovedChildDirtyRegion() local 702 auto dirtyRect = dirtyManager->GetCurrentFrameDirtyRegion(); in CheckMergeFilterDirtyByIntersectWithDirty() local 2120 const auto& dirtyRect = surfaceNode.GetDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckMergeDisplayDirtyByTransparent() local 2178 const auto& dirtyRect = surfaceNode.GetDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckMergeDisplayDirtyByShadowChanged() local 2260 const auto& dirtyRect = surfaceNode.GetDirtyManager()->GetCurrentFrameDirtyRegion(); in CheckMergeDisplayDirtyByTransparentRegions() local
|
H A D | rs_uni_render_composer_adapter.cpp | 713 const Rect& dirtyRect = surfaceHandler->GetDamageRegion(); in BuildComposeInfo() local 767 const Rect& dirtyRect = params->GetBufferDamage(); in BuildComposeInfo() local
|
H A D | rs_uni_render_util.cpp | 115 …Occlusion::Rect dirtyRect { surfaceDirtyRect.left_, surfaceDirtyRect.top_, surfaceDirtyRect.GetRig… in MergeVisibleDirtyRegion() local 191 Occlusion::Rect dirtyRect { surfaceDirtyRect.left_, surfaceDirtyRect.top_, in MergeVisibleDirtyRegionInVirtual() local 727 for (const auto& dirtyRect : dirtyRegion.GetRegionRects()) { in AlignedDirtyRegion() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/dfx/ |
H A D | rs_dirty_rects_dfx_test.cpp | 272 RectI dirtyRect(1, 1, 1, 1); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_dirty_region_manager_test.cpp | 116 RectI dirtyRect = rsDirtyManager->GetDirtyRegion(); variable 186 RectI dirtyRect = rsDirtyManager->GetDirtyRegion(); variable
|
H A D | rs_render_node_test2.cpp | 291 RectI dirtyRect{0, 0, 1000, 1000}; variable 604 RectI dirtyRect{0, 0, 1000, 1000}; variable
|
H A D | rs_base_render_node_test.cpp | 1283 RectI dirtyRect(1, 1, 1, 1); variable
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/ |
H A D | soft_engine.cpp | 75 const Rect& dirtyRect, in DrawRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_visitor_test.cpp | 1008 RectI dirtyRect; variable 1042 auto dirtyRect = RectI(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 218 void RSRenderThreadVisitor::DrawRectOnCanvas(const RectI& dirtyRect, const Drawing::ColorQuad color, in DrawRectOnCanvas() 249 auto dirtyRect = RectI(); in DrawDirtyRegion() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_dirty_region_manager.cpp | 160 void RSDirtyRegionManager::SetCurrentFrameDirtyRect(const RectI& dirtyRect) in SetCurrentFrameDirtyRect()
|
H A D | rs_render_node.cpp | 920 auto dirtyRect = geoPtr->MapAbsRect(childrenRect_.ConvertTo<float>()); in SubTreeSkipPrepare() local 1415 auto dirtyRect = isSelfDrawingNode_ ? selfDrawingNodeAbsDirtyRect_ : absDrawRect_; in UpdateAbsDirtyRegion() local 1586 bool RSRenderNode::UpdateBufferDirtyRegion(RectI& dirtyRect, const RectI& drawRegion) in UpdateBufferDirtyRegion() 1642 auto dirtyRect = properties.GetDirtyRect(drawRegion); in UpdateDirtyRegion() local 1769 auto dirtyRect = GetRenderProperties().GetDirtyRect(); in UpdateRenderStatus() local
|
H A D | rs_surface_render_node.cpp | 1617 Occlusion::Rect dirtyRect { GetOldDirty() }; in ResetSurfaceOpaqueRegion() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/ |
H A D | rs_dirty_rects_dfx.cpp | 198 RectI dirtyRect, const Drawing::Color color, const RSPaintStyle fillType, int edgeWidth) const in DrawDirtyRectForDFX()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_surface_render_node_drawable.cpp | 1017 Occlusion::Rect dirtyRect { renderParams_->GetOldDirtyInSurface() }; in SetDirtyRegionBelowCurrentLayer() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 2319 RectI dirtyRect; in GetDirtyRect() local 2343 RectI dirtyRect; in GetDirtyRect() local 3210 auto dirtyRect = GetDirtyRect(); in GetPixelStretchDirtyRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 337 auto dirtyRect = context_.Upgrade()->GetDirtyRect(); in DumpTree() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_uni_render_visitor_test.cpp | 1478 auto dirtyRect = rsSurfaceRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion(); variable
|