Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6712 …std::array<ArkUITouchPoint, MAX_POINTS>& points, const TouchLocationInfo& historyLoaction, bool us… in ConvertTouchPointsToPoints() argument
6725 historyLoaction.GetLocalLocation().GetX() / density; in ConvertTouchPointsToPoints()
6727 historyLoaction.GetLocalLocation().GetY() / density; in ConvertTouchPointsToPoints()
6729 historyLoaction.GetGlobalLocation().GetX() / density; in ConvertTouchPointsToPoints()
6731 historyLoaction.GetGlobalLocation().GetY() / density; in ConvertTouchPointsToPoints()
6733 historyLoaction.GetScreenLocation().GetX() / density; in ConvertTouchPointsToPoints()
6735 historyLoaction.GetScreenLocation().GetY() / density; in ConvertTouchPointsToPoints()
6742 points[i].toolType = static_cast<int32_t>(historyLoaction.GetSourceTool()); in ConvertTouchPointsToPoints()