Home
last modified time | relevance | path

Searched refs:m_touchPoints (Results 1 – 25 of 96) sorted by relevance

1234

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windowing/wayland/
H A DInputProcessorTouch.cpp38 if (std::all_of(m_touchPoints.cbegin(), m_touchPoints.cend(), in OnTouchDown()
58 auto it = m_touchPoints.find(id); in OnTouchUp()
59 if (it != m_touchPoints.end()) in OnTouchUp()
64 m_touchPoints.erase(it); in OnTouchUp()
70 auto it = m_touchPoints.find(id); in OnTouchMotion()
71 if (it != m_touchPoints.end()) in OnTouchMotion()
88 auto it = m_touchPoints.find(id); in OnTouchShape()
89 if (it != m_touchPoints.end()) in OnTouchShape()
106 if (!m_touchPoints.empty()) in AbortTouches()
110 m_touchPoints.clear(); in AbortTouches()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/plugins/platforms/qnx/
H A Dqqnxscreeneventhandler.cpp158 m_touchPoints[i].id = i; in QQnxScreenEventHandler()
161 m_touchPoints[i].pressure = 1.0; in QQnxScreenEventHandler()
164 m_touchPoints[i].state = Qt::TouchPointReleased; in QQnxScreenEventHandler()
523 m_touchPoints[touchId].normalPosition = in handleTouchEvent()
541 if (m_touchPoints[touchId].pressure > 1) in handleTouchEvent()
542 m_touchPoints[touchId].pressure = 1; in handleTouchEvent()
548 m_touchPoints[touchId].state = Qt::TouchPointPressed; in handleTouchEvent()
552 m_touchPoints[touchId].state = Qt::TouchPointMoved; in handleTouchEvent()
556 m_touchPoints[touchId].state = Qt::TouchPointReleased; in handleTouchEvent()
566 pointList.append(m_touchPoints[i]); in handleTouchEvent()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Ddpmsinputeventfilter.cpp60 if (m_touchPoints.isEmpty()) { in touchDown()
77 m_touchPoints << id; in touchDown()
85 m_touchPoints.removeAll(id); in touchUp()
86 if (m_touchPoints.isEmpty() && m_doubleTapTimer.isValid() && m_secondTap) { in touchUp()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DWebTouchEvent.cpp38 , m_touchPoints(touchPoints) in WebTouchEvent()
51 encoder->encode(CoreIPC::In(m_touchPoints)); in encode()
59 return decoder->decode(CoreIPC::Out(t.m_touchPoints)); in decode()
/dports/graphics/krita/krita-4.4.8/3rdparty/ext_qt/
H A D0101-Android-Handle-the-ACTION_CANCEL-Event-from-Android.patch59 if (m_touchPoints.isEmpty())
64 QWindow *window = QtAndroid::topLevelWindowAt(m_touchPoints.at(0).area.center().toPoint());
65 - QWindowSystemInterface::handleTouchEvent(window, touchDevice, m_touchPoints);
72 + QWindowSystemInterface::handleTouchEvent(window, touchDevice, m_touchPoints);
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickevents.cpp1407 m_touchPoints.reserve(newPointCount); in reset()
1440 auto point = m_touchPoints.at(i); in reset()
1465 for (auto point : qAsConst(m_touchPoints)) in localize()
1677 return m_touchPoints.at(i); in point()
1781 if (!m_touchPoints.at(i)->isAccepted()) in allPointsAccepted()
1790 auto point = m_touchPoints.at(i); in allUpdatedPointsAccepted()
1827 for (auto point: m_touchPoints) { in clearGrabbers()
1846 for (auto point: m_touchPoints) in hasExclusiveGrabber()
2082 auto it = std::find_if(m_touchPoints.constBegin(), m_touchPoints.constEnd(), in pointById()
2084 if (it != m_touchPoints.constEnd()) in pointById()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickevents.cpp1407 m_touchPoints.reserve(newPointCount); in reset()
1440 auto point = m_touchPoints.at(i); in reset()
1465 for (auto point : qAsConst(m_touchPoints)) in localize()
1677 return m_touchPoints.at(i); in point()
1781 if (!m_touchPoints.at(i)->isAccepted()) in allPointsAccepted()
1790 auto point = m_touchPoints.at(i); in allUpdatedPointsAccepted()
1827 for (auto point: m_touchPoints) { in clearGrabbers()
1846 for (auto point: m_touchPoints) in hasExclusiveGrabber()
2082 auto it = std::find_if(m_touchPoints.constBegin(), m_touchPoints.constEnd(), in pointById()
2084 if (it != m_touchPoints.constEnd()) in pointById()
[all …]

1234