Lines Matching defs:touchPoints
96 static ArkUITouchPoint* touchPoints = origin.touchPointes;
100 (*points)[index].id = touchPoints[index].id;
101 (*points)[index].nodeX = touchPoints[index].nodeX;
102 (*points)[index].nodeY = touchPoints[index].nodeY;
103 (*points)[index].windowX = touchPoints[index].windowX;
104 (*points)[index].windowY = touchPoints[index].windowY;
105 (*points)[index].screenX = touchPoints[index].screenX;
106 (*points)[index].screenY = touchPoints[index].screenY;
107 (*points)[index].contactAreaHeight = touchPoints[index].contactAreaHeight;
108 (*points)[index].contactAreaWidth = touchPoints[index].contactAreaWidth;
109 (*points)[index].toolHeight = touchPoints[index].toolHeight;
110 (*points)[index].toolWidth = touchPoints[index].toolWidth;
111 (*points)[index].toolType = static_cast<ArkUI_NodeToolType>(touchPoints[index].toolType);
112 (*points)[index].pressure = touchPoints[index].pressure;
113 (*points)[index].tiltX = touchPoints[index].tiltX;
114 (*points)[index].tiltY = touchPoints[index].tiltY;
115 (*points)[index].rawX = touchPoints[index].rawX;
116 (*points)[index].rawY = touchPoints[index].rawY;