Home
last modified time | relevance | path

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

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqquickgeomapgesturearea_p.h347 QPointF m_twoTouchPointsCentroidStart; variable
H A Dqquickgeomapgesturearea.cpp1237 m_twoTouchPointsCentroidStart = (m_sceneStartPoint1 + m_sceneStartPoint2) / 2; in startTwoTouchPoints()
1328 … && qAbs(m_twoTouchPointsCentroidStart.y() - m_touchPointsCentroid.y()) > MinimumPanToTiltDelta) { in canStartTilt()