Home
last modified time | relevance | path

Searched refs:GetPaintRectToWindowWithTransform (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h460 RectF GetPaintRectToWindowWithTransform();
H A Dframe_node.cpp3429 RectF FrameNode::GetPaintRectToWindowWithTransform() in GetPaintRectToWindowWithTransform() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp1082 auto rect = targetNode->GetPaintRectToWindowWithTransform(); in InitTargetSizeAndPosition()