Home
last modified time | relevance | path

Searched refs:Bevel (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.cpp94 …const float miterLimit = joinType == LineJoinType::Bevel ? 1.05f : float(layout.get<LineMiterLimit… in addGeometry()
214 currentJoin = LineJoinType::Bevel; in addGeometry()
217 if (currentJoin == LineJoinType::Bevel) { in addGeometry()
259 …} else if (middleVertex && (currentJoin == LineJoinType::Bevel || currentJoin == LineJoinType::Fak… in addGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp34 Bevel, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp56 { LineJoinType::Bevel, "bevel" },