Home
last modified time | relevance | path

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 Dline_bucket.cpp92 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 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
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()