Home
last modified time | relevance | path

Searched refs:manhattanLength (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublevector2d_p.h74 Q_DECL_CONSTEXPR inline double manhattanLength() const;
130 Q_DECL_CONSTEXPR inline double QDoubleVector2D::manhattanLength() const in manhattanLength() function
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Durllineedit.cpp235 && (event->pos() - m_dragStartPos).manhattanLength() > QApplication::startDragDistance() in mouseMoveEvent()
H A Dtabwidget.cpp158 if ((event->pos() - m_dragStartPos).manhattanLength() > QApplication::startDragDistance() in mouseMoveEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp243 if ((point - lastAddedPoint).manhattanLength() > 3 || in updateScreenPointsInvert()
H A Dqdeclarativepolygonmapitem.cpp250 if ((point - lastAddedPoint).manhattanLength() > 3 || in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp504 if ((point - lastAddedPoint).manhattanLength() > 3 || in pathToScreen()