Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1203 QGeoCoordinate startCoord = m_declarativeMap->toCoordinate(m_sceneStartPoint1, false); in startOneTouchPoint() local
1205 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startOneTouchPoint()
1207 m_startCoord.setLatitude(m_startCoord.latitude() + startCoord.latitude() - in startOneTouchPoint()
1230 QGeoCoordinate startCoord = m_declarativeMap->toCoordinate(startPos, false); in startTwoTouchPoints() local
1231 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startTwoTouchPoints()
1233 m_startCoord.setLatitude(m_startCoord.latitude() + startCoord.latitude() - in startTwoTouchPoints()