Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp135 static bool movingParallelVertical(const QPointF &p1old, const QPointF &p1new, const QPointF &p2old… in movingParallelVertical() argument
137 if (!pointDragged(p1old, p1new) || !pointDragged(p2old, p2new)) in movingParallelVertical()
140 QPointF v1 = p1new - p1old; in movingParallelVertical()
148 const qreal oldAngle = touchAngleTilting(p1old, p2old); in movingParallelVertical()