Home
last modified time | relevance | path

Searched refs:GetRectPointToParentWithTransform (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h458 …bool GetRectPointToParentWithTransform(std::vector<Point>& pointList, const RefPtr<FrameNode>& par…
H A Dframe_node.cpp3416 bool FrameNode::GetRectPointToParentWithTransform(std::vector<Point>& pointList, const RefPtr<Frame… in GetRectPointToParentWithTransform() function in OHOS::Ace::NG::FrameNode
3437 GetRectPointToParentWithTransform(pointList, Claim(this)); in GetPaintRectToWindowWithTransform()
3440 if (GetRectPointToParentWithTransform(pointList, parent)) { in GetPaintRectToWindowWithTransform()