Searched refs:manhattanLength (Results 1 – 6 of 6) sorted by relevance
74 Q_DECL_CONSTEXPR inline double manhattanLength() const;130 Q_DECL_CONSTEXPR inline double QDoubleVector2D::manhattanLength() const in manhattanLength() function
235 && (event->pos() - m_dragStartPos).manhattanLength() > QApplication::startDragDistance() in mouseMoveEvent()
158 if ((event->pos() - m_dragStartPos).manhattanLength() > QApplication::startDragDistance() in mouseMoveEvent()
243 if ((point - lastAddedPoint).manhattanLength() > 3 || in updateScreenPointsInvert()
250 if ((point - lastAddedPoint).manhattanLength() > 3 || in updateSourcePoints()
504 if ((point - lastAddedPoint).manhattanLength() > 3 || in pathToScreen()