Searched refs:GetPositionToWindowWithTransform (Results 1 – 13 of 13) sorted by relevance
302 void GetPositionToWindowWithTransform(ArkUINodeHandle node, ArkUI_Float32 (*windowPosition)[2], Ark… in GetPositionToWindowWithTransform() function306 auto offset = currentNode->GetPositionToWindowWithTransform(); in GetPositionToWindowWithTransform()608 …tPositionToParentWithTransform, GetPositionToScreenWithTransform, GetPositionToWindowWithTransform, in GetFrameNodeModifier()624 …tPositionToParentWithTransform, GetPositionToScreenWithTransform, GetPositionToWindowWithTransform, in GetCJUIFrameNodeModifier()
76 …static ArkUINativeModuleValue GetPositionToWindowWithTransform(ArkUIRuntimeCallInfo* runtimeCallIn…
1037 ArkUINativeModuleValue FrameNodeBridge::GetPositionToWindowWithTransform(ArkUIRuntimeCallInfo* runt… in GetPositionToWindowWithTransform() function in OHOS::Ace::NG::FrameNodeBridge
3727 …nctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetPositionToWindowWithTransform)); in RegisterFrameNodeAttributes()
569 auto offset = frameNode->GetPositionToWindowWithTransform(); in GetFrameNodeOffsetToScreen()596 offset -= parentNode->GetPositionToWindowWithTransform(); in UpdateNodePositionToWindow()
1656 dragPreviewInfo.originOffset = imageNode->GetPositionToWindowWithTransform(); in GetDragPreviewInfo()
211 auto caretRect = textBase->GetCaretRect() + frameNode->GetPositionToWindowWithTransform(); in ScrollToSafeAreaHelper()
871 OffsetF nodeOffset = host->GetPositionToWindowWithTransform(); in GetTouchOffsetToNode()
448 OffsetF GetPositionToWindowWithTransform(bool fromBottom = false) const;
3287 OffsetF nodeOffset = GetPositionToWindowWithTransform(); in GetPositionToScreenWithTransform()3292 OffsetF FrameNode::GetPositionToWindowWithTransform(bool fromBottom) const in GetPositionToWindowWithTransform() function in OHOS::Ace::NG::FrameNode3736 auto parentOffset = GetPositionToWindowWithTransform(); in FindChildByPositionWithoutChildTransform()
1171 auto windowOffsetWithTransform = FRAME_NODE2->GetPositionToWindowWithTransform();
1034 auto originPoint = imageNode->GetPositionToWindowWithTransform(); in OnDragStart()
1654 auto offset = node->GetPositionToWindowWithTransform(false); in GetFinalRealRect()1655 auto offsetBottom = node->GetPositionToWindowWithTransform(true); in GetFinalRealRect()