Searched refs:toIntPoint (Results 1 – 4 of 4) sorted by relevance
57 IntPoint QClipperUtils::toIntPoint(const QDoubleVector2D &p) in toIntPoint() function in QClipperUtils86 res.push_back(toIntPoint(p)); in qListToPath()
75 static IntPoint toIntPoint(const QDoubleVector2D &p);
617 IntPoint intCoord = QClipperUtils::toIntPoint(coord); in polygonContains()
92 static inline IntPoint toIntPoint(const double x, const double y) in toIntPoint() function97 static IntPoint toIntPoint(const QDoubleVector2D &p) in toIntPoint() function99 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()