Searched refs:m_startCoord (Results 1 – 2 of 2) sorted by relevance
1043 m_startCoord.setLongitude(0); in clearTouchData()1044 m_startCoord.setLatitude(0); in clearTouchData()1205 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startOneTouchPoint()1207 m_startCoord.setLatitude(m_startCoord.latitude() + startCoord.latitude() - in startOneTouchPoint()1231 m_startCoord.setLongitude(m_startCoord.longitude() + startCoord.longitude() - in startTwoTouchPoints()1233 m_startCoord.setLatitude(m_startCoord.latitude() + startCoord.latitude() - in startTwoTouchPoints()1701 m_startCoord.setLongitude(newStartCoord.longitude()); in panStateMachine()1702 m_startCoord.setLatitude(newStartCoord.latitude()); in panStateMachine()1776 m_declarativeMap->alignCoordinateToPoint(m_startCoord, m_touchPointsCentroid); in updatePan()
341 QGeoCoordinate m_startCoord; variable