Searched refs:pointDragged (Results 1 – 1 of 1) sorted by relevance
113 static bool pointDragged(const QPointF &pOld, const QPointF &pNew) in pointDragged() function137 if (!pointDragged(p1old, p1new) || !pointDragged(p2old, p2new)) in movingParallelVertical()1464 if (pointDragged(m_sceneStartPoint1, p1) || pointDragged(m_sceneStartPoint2, p2)) { in canStartRotation()