Home
last modified time | relevance | path

Searched refs:touchPoint (Results 1 – 25 of 462) sorted by relevance

12345678910>>...19

/dports/devel/okteta/okteta-0.26.6/gui/controller/
H A Dtouchonlytapandholdgesturerecognizer.cpp43 const QTouchEvent::TouchPoint touchPoint = touchEvent->touchPoints().at(0); in recognize() local
44 const QPointF screenPosition = touchPoint.screenPos(); in recognize()
45 const QPointF widgetPosition = touchPoint.pos(); in recognize()
55 const QTouchEvent::TouchPoint touchPoint = touchEvent->touchPoints().at(0); in recognize() local
56 const QPoint delta = touchPoint.pos().toPoint() - touchPoint.startPos().toPoint(); in recognize()
/dports/science/jmol/jmol-14.32.7/src/com/sparshui/server/
H A DClientConnection.java52 boolean processBirth(TouchPoint touchPoint) throws IOException { in processBirth() argument
54 int groupID = (touchPoint == null ? 0x10000000 : getGroupID(touchPoint)); in processBirth()
71 touchPoint.setGroup(group); in processBirth()
95 private int getGroupID(TouchPoint touchPoint) throws IOException { in getGroupID() argument
96 return _protocol.getGroupID(touchPoint); in getGroupID()
H A DGestureServer.java234 TouchPoint touchPoint = inputDeviceTouchPoints.get(iid); in processTouchPoint() local
235 if (!touchPoint.isClaimed()) in processTouchPoint()
239 synchronized (touchPoint) { in processTouchPoint()
240 touchPoint.update(location, time, state); in processTouchPoint()
244 TouchPoint touchPoint = new TouchPoint(id, location, time); in processTouchPoint() local
245 inputDeviceTouchPoints.put(iid, touchPoint); in processTouchPoint()
246 return processBirth(touchPoint); in processTouchPoint()
258 private boolean processBirth(TouchPoint touchPoint) { in processBirth() argument
265 if (touchPoint == null) in processBirth()
268 isClaimed = client.processBirth(touchPoint); in processBirth()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/multitouch/sparshui/
H A DTwoPointGesture.java112 protected List<Event> processBirth(TouchPoint touchPoint) { in processBirth() argument
113 Location location = touchPoint.getLocation(); in processBirth()
114 int id = touchPoint.getID(); in processBirth()
138 protected List<Event> processDeath(TouchPoint touchPoint) { in processDeath() argument
139 int id = touchPoint.getID(); in processDeath()
178 protected List<Event> processMove(TouchPoint touchPoint) { in processMove() argument
181 if (!updateLocations(touchPoint)) in processMove()
210 private boolean updateLocations(TouchPoint touchPoint) { in updateLocations() argument
211 Location location = Location.pixelLocation(touchPoint.getLocation()); in updateLocations()
212 int id = touchPoint.getID(); in updateLocations()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/touch/fingerpaint/
H A Dscribblearea.cpp200 for (const QTouchEvent::TouchPoint &touchPoint : touchPoints) { in event() local
201 switch (touchPoint.state()) { in event()
208 QSizeF diams = touchPoint.ellipseDiameters(); in event()
212 … diameter = MinimumDiameter + (MaximumDiameter - MinimumDiameter) * touchPoint.pressure(); in event()
218 painter.setBrush(myPenColors.at(touchPoint.id() % myPenColors.count())); in event()
219 painter.drawEllipse(touchPoint.pos(), diams.width() / 2, diams.height() / 2); in event()
225 rect.moveCenter(touchPoint.pos()); in event()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtouchevent/
H A Dtst_qtouchevent.cpp243 touchPoint.setScreenPos(view.mapToGlobal(touchPoint.pos().toPoint())); in touchDisabledByDefault()
244 touchPoint.setScenePos(view.mapToScene(touchPoint.pos().toPoint())); in touchDisabledByDefault()
305 touchPoint.setScreenPos(view.mapToGlobal(touchPoint.pos().toPoint())); in touchEventAcceptedByDefault()
306 touchPoint.setScenePos(view.mapToScene(touchPoint.pos().toPoint())); in touchEventAcceptedByDefault()
385 touchPoint.setScreenPos(view.mapToGlobal(touchPoint.pos().toPoint())); in touchBeginPropagatesWhenIgnored()
386 touchPoint.setScenePos(view.mapToScene(touchPoint.pos().toPoint())); in touchBeginPropagatesWhenIgnored()
421 touchPoint.setScreenPos(view.mapToGlobal(touchPoint.pos().toPoint())); in touchBeginPropagatesWhenIgnored()
422 touchPoint.setScenePos(view.mapToScene(touchPoint.pos().toPoint())); in touchBeginPropagatesWhenIgnored()
508 touchPoint.setScreenPos(view.mapToGlobal(touchPoint.pos().toPoint())); in touchUpdateAndEndNeverPropagate()
509 touchPoint.setScenePos(view.mapToScene(touchPoint.pos().toPoint())); in touchUpdateAndEndNeverPropagate()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/kernel/
H A Dqguiapplication.cpp2885 touchPoint.d = touchPoint.d->detach(); in processTouchEvent()
2911 touchPoint.d->startScreenPos = touchPoint.screenPos(); in processTouchEvent()
2912 touchPoint.d->lastScreenPos = touchPoint.screenPos(); in processTouchEvent()
2913 touchPoint.d->startNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2914 touchPoint.d->lastNormalizedPos = touchPoint.normalizedPos(); in processTouchEvent()
2918 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2957 touchInfo.touchPoint.setVelocity(touchPoint.velocity()); in processTouchEvent()
2967 touchInfo.touchPoint = touchPoint; in processTouchEvent()
2978 touchPoint.d->scenePos = touchPoint.screenPos(); in processTouchEvent()
2979 touchPoint.d->startScenePos = touchPoint.startScreenPos(); in processTouchEvent()
[all …]

12345678910>>...19