Home
last modified time | relevance | path

Searched defs:dirtyRect (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_rect.cpp24 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 Drs_uni_render_processor.cpp95 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 Drs_uni_render_visitor.cpp221 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 Drs_uni_render_composer_adapter.cpp713 const Rect& dirtyRect = surfaceHandler->GetDamageRegion(); in BuildComposeInfo() local
767 const Rect& dirtyRect = params->GetBufferDamage(); in BuildComposeInfo() local
H A Drs_uni_render_util.cpp115 …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 Drs_dirty_rects_dfx_test.cpp272 RectI dirtyRect(1, 1, 1, 1); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_dirty_region_manager_test.cpp116 RectI dirtyRect = rsDirtyManager->GetDirtyRegion(); variable
186 RectI dirtyRect = rsDirtyManager->GetDirtyRegion(); variable
H A Drs_render_node_test2.cpp291 RectI dirtyRect{0, 0, 1000, 1000}; variable
604 RectI dirtyRect{0, 0, 1000, 1000}; variable
H A Drs_base_render_node_test.cpp1283 RectI dirtyRect(1, 1, 1, 1); variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/engines/gfx/
H A Dsoft_engine.cpp75 const Rect& dirtyRect, in DrawRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp1008 RectI dirtyRect; variable
1042 auto dirtyRect = RectI(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp218 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 Drs_dirty_region_manager.cpp160 void RSDirtyRegionManager::SetCurrentFrameDirtyRect(const RectI& dirtyRect) in SetCurrentFrameDirtyRect()
H A Drs_render_node.cpp920 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 Drs_surface_render_node.cpp1617 Occlusion::Rect dirtyRect { GetOldDirty() }; in ResetSurfaceOpaqueRegion() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp198 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 Drs_surface_render_node_drawable.cpp1017 Occlusion::Rect dirtyRect { renderParams_->GetOldDirtyInSurface() }; in SetDirtyRegionBelowCurrentLayer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp2319 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 Drender_node.cpp337 auto dirtyRect = context_.Upgrade()->GetDirtyRect(); in DumpTree() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_visitor_test.cpp1478 auto dirtyRect = rsSurfaceRenderNode->GetDirtyManager()->GetCurrentFrameDirtyRegion(); variable