Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1041 m_touchCenterCoord.setLongitude(0); in clearTouchData()
1042 m_touchCenterCoord.setLatitude(0); in clearTouchData()
1166 m_touchCenterCoord = m_declarativeMap->toCoordinate(m_touchPointsCentroid, false); in touchPointStateMachine()
1175 m_touchCenterCoord = m_declarativeMap->toCoordinate(m_touchPointsCentroid, false); in touchPointStateMachine()
1206 m_touchCenterCoord.longitude()); in startOneTouchPoint()
1208 m_touchCenterCoord.latitude()); in startOneTouchPoint()
1232 m_touchCenterCoord.longitude()); in startTwoTouchPoints()
1234 m_touchCenterCoord.latitude()); in startTwoTouchPoints()
H A Dqquickgeomapgesturearea_p.h342 QGeoCoordinate m_touchCenterCoord; variable