Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h224 bool AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed);
364 void AddPaths(const Paths& paths, JoinType joinType, EndType endType);
H A Dclipper.cpp1224 bool ClipperBase::AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed) in AddPaths() function in QtClipperLib::ClipperBase
3847 void ClipperOffset::AddPaths(const Paths& paths, JoinType joinType, EndType endType) in AddPaths() function in QtClipperLib::ClipperOffset
3888 clpr.AddPaths(m_destPolys, ptSubject, true); in Execute()
3918 clpr.AddPaths(m_destPolys, ptSubject, true); in Execute()
4302 c.AddPaths(in_polys, ptSubject, true); in SimplifyPolygons()
4511 c.AddPaths(solution, ptSubject, true); in MinkowskiSum()
4532 c.AddPaths(tmp, ptSubject, true); in MinkowskiSum()
4548 c.AddPaths(solution, ptSubject, true); in MinkowskiDiff()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.cpp243 clipper.AddPaths(input, ptSubject, true); in mergePolysToPolyTree()