Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h1048 Matrix4& GetOrRefreshRevertMatrixFromCache(bool forceRefresh = false);
H A Dframe_node.cpp2615 MapPointTo(revertPoint, GetOrRefreshRevertMatrixFromCache()); in IsOutOfTouchTestRegion()
2728 MapPointTo(revertPoint, GetOrRefreshRevertMatrixFromCache()); in TouchTest()
3074 MapPointTo(revertPoint, GetOrRefreshRevertMatrixFromCache()); in AxisTest()
5273 Matrix4& FrameNode::GetOrRefreshRevertMatrixFromCache(bool forceRefresh) in GetOrRefreshRevertMatrixFromCache() function in OHOS::Ace::NG::FrameNode
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp299 FrameNode::MapPointTo(localPoint, parentFrameNode->GetOrRefreshRevertMatrixFromCache()); in FindTargetDropNode()