Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h130 enum JoinType {jtSquare, jtRound, jtMiter}; enum
151 JoinType m_jointype;
363 void AddPath(const Path& path, JoinType joinType, EndType endType);
364 void AddPaths(const Paths& paths, JoinType joinType, EndType endType);
382 void OffsetPoint(int j, int& k, JoinType jointype);
H A Dclipper.cpp3802 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()
4124 void ClipperOffset::OffsetPoint(int j, int& k, JoinType jointype) in OffsetPoint()