Searched refs:GetDrawRegion (Results 1 – 6 of 6) sorted by relevance
402 std::shared_ptr<RectF> GetDrawRegion() const;
683 auto bounds = properties.GetDrawRegion(); in OnUpdate()
738 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
519 const std::shared_ptr<RectF>& GetDrawRegion() const;
1908 auto bounds = properties.GetDrawRegion(); in DrawParticle()
2106 std::shared_ptr<RectF> RSProperties::GetDrawRegion() const in GetDrawRegion() function in OHOS::Rosen::RSProperties