Searched defs:ArkUITouchPoint (Results 1 – 3 of 3) sorted by relevance
202 std::array<ArkUITouchPoint, MAX_POINTS>& points) in ConvertTouchPointsToPoints()234 std::array<ArkUITouchPoint, MAX_POINTS>& points) in ConvertIMMEventToTouchEvent()
6712 …std::array<ArkUITouchPoint, MAX_POINTS>& points, const TouchLocationInfo& historyLoaction, bool us… in ConvertTouchPointsToPoints()
128 struct ArkUITouchPoint { struct129 ArkUI_Int32 id;135 ArkUI_Float32 nodeX;136 ArkUI_Float32 nodeY;140 ArkUI_Float64 tiltX;141 ArkUI_Float64 tiltY;142 ArkUI_Float32 toolX;143 ArkUI_Float32 toolY;146 ArkUI_Float32 rawX;147 ArkUI_Float32 rawY;[all …]