Home
last modified time | relevance | path

Searched refs:GetFloatImageOffset (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.h169 …static OffsetF GetFloatImageOffset(const RefPtr<FrameNode>& frameNode, const RefPtr<PixelMap>& pix…
H A Ddrag_event.cpp1016 OffsetF DragEventActuator::GetFloatImageOffset(const RefPtr<FrameNode>& frameNode, const RefPtr<Pix… in GetFloatImageOffset() function in OHOS::Ace::NG::DragEventActuator
1270 auto offset = GetFloatImageOffset(frameNode, pixelMap); in SetPixelMap()
2020 auto offset = GetFloatImageOffset(frameNode, pixelMap); in CreateImageNode()
2469 …auto offset = isUsePixelMapOffset ? GetFloatImageOffset(frameNode, pixelMap) : frameNode->GetPaint… in CreateBadgeTextNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp246 OffsetF GetFloatImageOffset(const RefPtr<FrameNode>& frameNode) in GetFloatImageOffset() function
741 auto imageOffset = GetFloatImageOffset(target); in SetPixelMap()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng_property_config.cpp825 dragEventActuator->GetFloatImageOffset(framenode, pixelMap);