Searched refs:pixelMapOffset (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.cpp | 1117 auto pixelMapOffset = OffsetF(); in OnDragStart() local 1119 …pixelMapOffset = 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 D | drag_drop_manager.h | 363 void SetPixelMapOffset(OffsetF pixelMapOffset) in SetPixelMapOffset() argument 365 pixelMapOffset_ = pixelMapOffset; in SetPixelMapOffset()
|