Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1333 m_pinch.m_event.setPointCount(m_allPoints.count()); in canStartTilt()
1375 m_pinch.m_event.setPointCount(m_allPoints.count()); in updateTilt()
1393 m_pinch.m_event.setPointCount(0); in endTilt()
1473 m_pinch.m_event.setPointCount(m_allPoints.count()); in canStartRotation()
1513 m_pinch.m_event.setPointCount(m_allPoints.count()); in updateRotation()
1531 m_pinch.m_event.setPointCount(0); in endRotation()
1607 m_pinch.m_event.setPointCount(m_allPoints.count()); in canStartPinch()
1655 m_pinch.m_event.setPointCount(m_allPoints.count()); in updatePinch()
1683 m_pinch.m_event.setPointCount(0); in endPinch()
H A Dqquickgeomapgesturearea_p.h103 void setPointCount(int count) { m_pointCount = count; } in setPointCount() function