Home
last modified time | relevance | path

Searched refs:FlipBevel (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dtypes.hpp38 FlipBevel enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dtypes.cpp59 { LineJoinType::FlipBevel, "flipbevel" },
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp221 currentJoin = LineJoinType::FlipBevel; in addGeometry()
241 } else if (middleVertex && currentJoin == LineJoinType::FlipBevel) { in addGeometry()