Searched refs:m_lastPoint2 (Results 1 – 2 of 2) sorted by relevance
1372 m_pinch.m_lastPoint2 = mapFromScene(m_allPoints.at(1).scenePos()); in updateTilt()1374 m_pinch.m_event.setPoint2(m_pinch.m_lastPoint2); in updateTilt()1387 QPointF p2 = mapFromScene(m_pinch.m_lastPoint2); in endTilt()1510 m_pinch.m_lastPoint2 = mapFromScene(m_allPoints.at(1).scenePos()); in updateRotation()1512 m_pinch.m_event.setPoint2(m_pinch.m_lastPoint2); in updateRotation()1525 QPointF p2 = mapFromScene(m_pinch.m_lastPoint2); in endRotation()1626 m_pinch.m_lastPoint2 = mapFromScene(m_allPoints.at(1).scenePos()); in startPinch()1652 m_pinch.m_lastPoint2 = mapFromScene(m_allPoints.at(1).scenePos()); in updatePinch()1654 m_pinch.m_event.setPoint2(m_pinch.m_lastPoint2); in updatePinch()1677 QPointF p2 = mapFromScene(m_pinch.m_lastPoint2); in endPinch()
311 QPointF m_lastPoint2; member