Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp545 OffsetF DragDropFuncWrapper::GetCurrentWindowOffset(const RefPtr<PipelineBase>& context) in GetCurrentWindowOffset() function in OHOS::Ace::NG::DragDropFuncWrapper
562 offset += GetCurrentWindowOffset(frameNode->GetContextRefPtr()); in GetPaintRectCenterToScreen()
570 offset += GetCurrentWindowOffset(frameNode->GetContextRefPtr()); in GetFrameNodeOffsetToScreen()
578 rect += GetCurrentWindowOffset(frameNode->GetContextRefPtr()); in GetPaintRectToScreen()
585 offset -= GetCurrentWindowOffset(frameNode->GetContextRefPtr()); in UpdateNodePositionToScreen()
H A Ddrag_drop_func_wrapper.h52 static OffsetF GetCurrentWindowOffset(const RefPtr<PipelineBase>& context);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp781 imageOffset -= DragDropFuncWrapper::GetCurrentWindowOffset(imageNode->GetContextRefPtr()); in SetPixelMap()