Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp113 static bool pointDragged(const QPointF &pOld, const QPointF &pNew) in pointDragged() function
137 if (!pointDragged(p1old, p1new) || !pointDragged(p2old, p2new)) in movingParallelVertical()
1464 if (pointDragged(m_sceneStartPoint1, p1) || pointDragged(m_sceneStartPoint2, p2)) { in canStartRotation()