Home
last modified time | relevance | path

Searched refs:LineGapWidth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp55 struct LineGapWidth : DataDrivenPaintProperty<float, attributes::a_gapwidth, uniforms::u_gapwidth> { struct
88 LineGapWidth,
H A Dline_layer.cpp304 return impl().paint.template get<LineGapWidth>().value; in getLineGapWidth()
311 impl_->paint.template get<LineGapWidth>().value = value; in setLineGapWidth()
318 impl_->paint.template get<LineGapWidth>().options = options; in setLineGapWidthTransition()
323 return impl().paint.template get<LineGapWidth>().options; in getLineGapWidthTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp213 float gapWidth = evaluated.get<style::LineGapWidth>() in getLineWidth()
214 .evaluate(feature, zoom, style::LineGapWidth::defaultValue()); in getLineWidth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp481 float gapWidth = get<LineGapWidth>(layer, paintPropertyBinders); in getLineWidth()