Home
last modified time | relevance | path

Searched refs:LineRoundLimit (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.hpp30 struct LineRoundLimit : LayoutProperty<float> { struct
79 LineRoundLimit
H A Dline_layer.cpp146 return LineRoundLimit::defaultValue(); in getDefaultLineRoundLimit()
150 return impl().layout.get<LineRoundLimit>(); in getLineRoundLimit()
157 impl_->layout.get<LineRoundLimit>() = value; in setLineRoundLimit()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp206 if (miterLength < layout.get<LineRoundLimit>()) { in addGeometry()