Searched refs:EndType (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 131 enum EndType {etClosedPolygon, etClosedLine, etOpenButt, etOpenSquare, etOpenRound}; enum 152 EndType m_endtype; 363 void AddPath(const Path& path, JoinType joinType, EndType endType); 364 void AddPaths(const Paths& paths, JoinType joinType, EndType endType);
|
| H A D | clipper.cpp | 3802 void ClipperOffset::AddPath(const Path& path, JoinType joinType, EndType endType) in AddPath() 3847 void ClipperOffset::AddPaths(const Paths& paths, JoinType joinType, EndType endType) in AddPaths()
|