Searched refs:joinType (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | line_bucket.cpp | 92 const LineJoinType joinType = layout.evaluate<LineJoin>(zoom, feature); in addGeometry() local 94 …const float miterLimit = joinType == LineJoinType::Bevel ? 1.05f : float(layout.get<LineMiterLimit… in addGeometry() 201 LineJoinType currentJoin = joinType; in addGeometry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 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() argument 3807 newNode->m_jointype = joinType; in AddPath() 3847 void ClipperOffset::AddPaths(const Paths& paths, JoinType joinType, EndType endType) in AddPaths() argument 3850 AddPath(paths[i], joinType, endType); in AddPaths()
|