Home
last modified time | relevance | path

Searched refs:AddPath (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp91 clipper.AddPath(path, ptClip, true); in addClipPolygon()
103 clipper.AddPath(path, ptSubject, closed); in addSubjectPath()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h223 virtual bool AddPath(const Path &pg, PolyType PolyTyp, bool Closed);
363 void AddPath(const Path& path, JoinType joinType, EndType endType);
H A Dclipper.cpp1045 bool ClipperBase::AddPath(const Path &pg, PolyType PolyTyp, bool Closed) in AddPath() function in QtClipperLib::ClipperBase
1228 if (AddPath(ppg[i], PolyTyp, Closed)) result = true; in AddPaths()
3802 void ClipperOffset::AddPath(const Path& path, JoinType joinType, EndType endType) in AddPath() function in QtClipperLib::ClipperOffset
3850 AddPath(paths[i], joinType, endType); in AddPaths()
3902 clpr.AddPath(outer, ptSubject, true); in Execute()
3932 clpr.AddPath(outer, ptSubject, true); in Execute()
4293 c.AddPath(in_poly, ptSubject, true); in SimplifyPolygon()
4537 c.AddPath(tmp2, ptClip, true); in MinkowskiSum()