Home
last modified time | relevance | path

Searched refs:GetTransitionPaintRect (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drosen_render_context.cpp50 node->GetTransitionPaintRect().GetOffset() - in Repaint()
75 Rect rect = child->GetTransitionPaintRect() + offset; in PaintChild()
181 Rect rect = child->GetTransitionPaintRect() + offset; in IsIntersectWith()
H A Dflutter_render_context.cpp63 Rect rect = child->GetTransitionPaintRect() + offset; in PaintChild()
186 Rect rect = child->GetTransitionPaintRect() + offset; in IsIntersectWith()
H A Drender_node.cpp1942 … return renderNode ? GetTransitionPaintRect().GetOffset() + renderNode->GetTransitionGlobalOffset() in GetTransitionGlobalOffset()
1943 : GetTransitionPaintRect().GetOffset(); in GetTransitionGlobalOffset()
1946 Rect RenderNode::GetTransitionPaintRect() const in GetTransitionPaintRect() function in OHOS::Ace::RenderNode
H A Drender_node.h308 Rect GetTransitionPaintRect() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drender_clip.cpp168 clipWidth = GetTransitionPaintRect().Width(); in GetClipRect()
174 clipHeight = GetTransitionPaintRect().Height(); in GetClipRect()
H A Drosen_render_clip.cpp66 Rect paintSize = GetTransitionPaintRect(); in SyncGeometryProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Drosen_render_transform.cpp134 Matrix4 transform = GetEffectiveTransform(GetTransitionPaintRect().GetOffset()); in GetTransformRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp725 … auto transformNow = render->GetTransformMatrix(render->GetTransitionPaintRect().GetOffset()); in GetRect()