Home
last modified time | relevance | path

Searched refs:GetDrawRegion (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h402 std::shared_ptr<RectF> GetDrawRegion() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp683 auto bounds = properties.GetDrawRegion(); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp738 if (auto drawRegion = GetRenderProperties().GetDrawRegion()) { in DumpTree()
1366 if (auto drawRegion = properties.GetDrawRegion()) { in UpdateSelfDrawRect()
1512 if (auto drawRegion = properties.GetDrawRegion()) { in UpdateDirtyRegionInfoForDFX()
4014 const std::shared_ptr<RectF>& RSRenderNode::GetDrawRegion() const in GetDrawRegion() function in OHOS::Rosen::RSRenderNode
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h519 const std::shared_ptr<RectF>& GetDrawRegion() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1908 auto bounds = properties.GetDrawRegion(); in DrawParticle()
H A Drs_properties.cpp2106 std::shared_ptr<RectF> RSProperties::GetDrawRegion() const in GetDrawRegion() function in OHOS::Rosen::RSProperties