Home
last modified time | relevance | path

Searched refs:toIntPoint (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqclipperutils.cpp57 IntPoint QClipperUtils::toIntPoint(const QDoubleVector2D &p) in toIntPoint() function in QClipperUtils
86 res.push_back(toIntPoint(p)); in qListToPath()
H A Dqclipperutils_p.h75 static IntPoint toIntPoint(const QDoubleVector2D &p);
H A Dqgeopolygon.cpp617 IntPoint intCoord = QClipperUtils::toIntPoint(coord); in polygonContains()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp92 static inline IntPoint toIntPoint(const double x, const double y) in toIntPoint() function
97 static IntPoint toIntPoint(const QDoubleVector2D &p) in toIntPoint() function
99 return toIntPoint(p.x(), p.y()); in toIntPoint()
169 clip.push_back(toIntPoint(v)); in clipLine()
181 …const int firstContained = c2t::clip2tri::pointInPolygon(toIntPoint(l.at(i).x(), l.at(i).y()), cli… in clipLine()
182 …const int secondContained = c2t::clip2tri::pointInPolygon(toIntPoint(l.at(i+1).x(), l.at(i+1).y())… in clipLine()