Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp93 static qreal touchAngle(const QPointF &p1, const QPointF &p2) in touchAngle() function
1235 …m_twoTouchAngleStart = touchAngle(m_sceneStartPoint1, m_sceneStartPoint2); // Initial angle used f… in startTwoTouchPoints()
1251 m_twoTouchAngle = touchAngle(p1, p2); in updateTwoTouchPoints()