Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp165 ohTouchPoint.x = pointLocalOffset.GetX(); in SetTouchPoint()
170 ohTouchPoint.timeStamp = timeStamp; in SetTouchPoint()
182 ohTouchPoint.id = 0; in SetTouchPoint()
183 ohTouchPoint.screenX = 0; in SetTouchPoint()
184 ohTouchPoint.screenY = 0; in SetTouchPoint()
185 ohTouchPoint.x = 0; in SetTouchPoint()
186 ohTouchPoint.y = 0; in SetTouchPoint()
188 ohTouchPoint.size = 0; in SetTouchPoint()
189 ohTouchPoint.force = 0; in SetTouchPoint()
190 ohTouchPoint.timeStamp = 0; in SetTouchPoint()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp1218 OH_NativeXComponent_TouchPoint ohTouchPoint; in SetTouchPoint() local
1232 ohTouchPoint.timeStamp = timeStamp; in SetTouchPoint()
1248 ohTouchPoint.id = 0; in SetTouchPoint()
1249 ohTouchPoint.screenX = 0; in SetTouchPoint()
1250 ohTouchPoint.screenY = 0; in SetTouchPoint()
1251 ohTouchPoint.x = 0; in SetTouchPoint()
1252 ohTouchPoint.y = 0; in SetTouchPoint()
1254 ohTouchPoint.size = 0; in SetTouchPoint()
1255 ohTouchPoint.force = 0; in SetTouchPoint()
1256 ohTouchPoint.timeStamp = 0; in SetTouchPoint()
[all …]