Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1117 auto pixelMapOffset = OffsetF(); in OnDragStart() local
1119pixelMapOffset = GetPixelMapOffset(info, SizeF(width, height), scale / defaultPixelMapScale, true,… in OnDragStart()
1121 pixelMapOffset = GetPixelMapOffset(info, SizeF(width, height), scale); in OnDragStart()
1124 dragDropManager->SetPixelMapOffset(pixelMapOffset / windowScale); in OnDragStart()
1137 ShadowInfoCore shadowInfo { pixelMapDuplicated, pixelMapOffset.GetX(), pixelMapOffset.GetY() }; in OnDragStart()
1206 …dragDropManager->SetPreviewRect(Rect(pixelMapOffset.GetX(), pixelMapOffset.GetY(), width, height)); in OnDragStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h363 void SetPixelMapOffset(OffsetF pixelMapOffset) in SetPixelMapOffset() argument
365 pixelMapOffset_ = pixelMapOffset; in SetPixelMapOffset()