Home
last modified time | relevance | path

Searched refs:endType (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h363 void AddPath(const Path& path, JoinType joinType, EndType endType);
364 void AddPaths(const Paths& paths, JoinType joinType, EndType endType);
H A Dclipper.cpp3802 void ClipperOffset::AddPath(const Path& path, JoinType joinType, EndType endType) in AddPath() argument
3808 newNode->m_endtype = endType; in AddPath()
3811 if (endType == etClosedLine || endType == etClosedPolygon) in AddPath()
3825 if (endType == etClosedPolygon && j < 2) in AddPath()
3833 if (endType != etClosedPolygon) return; in AddPath()
3847 void ClipperOffset::AddPaths(const Paths& paths, JoinType joinType, EndType endType) in AddPaths() argument
3850 AddPath(paths[i], joinType, endType); in AddPaths()