Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp20 struct LineJoin : DataDrivenLayoutProperty<LineJoinType> { struct
77 LineJoin,
H A Dline_layer.cpp114 return LineJoin::defaultValue(); in getDefaultLineJoin()
118 return impl().layout.get<LineJoin>(); in getLineJoin()
125 impl_->layout.get<LineJoin>() = value; in setLineJoin()
/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()