Searched refs:m_touchPointsCentroid (Results 1 – 2 of 2) sorted by relevance
1039 m_touchPointsCentroid.setX(0); in clearTouchData()1040 m_touchPointsCentroid.setY(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()1216 m_touchPointsCentroid = mapFromScene(m_allPoints.at(0).scenePos()); in updateOneTouchPoint()1217 updateFlickParameters(m_touchPointsCentroid); in updateOneTouchPoint()1248 m_touchPointsCentroid = (p1 + p2) / 2; in updateTwoTouchPoints()1249 updateFlickParameters(m_touchPointsCentroid); in updateTwoTouchPoints()1328 … && qAbs(m_twoTouchPointsCentroidStart.y() - m_touchPointsCentroid.y()) > MinimumPanToTiltDelta) { in canStartTilt()1329 m_pinch.m_event.setCenter(mapFromScene(m_touchPointsCentroid)); in canStartTilt()[all …]
348 QPointF m_touchPointsCentroid; variable