Home
last modified time | relevance | path

Searched refs:LineWidth (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp37 style::Properties<LineFloorwidth>::Unevaluated extra(unevaluated.get<style::LineWidth>()); in evaluate()
47 && evaluated.get<style::LineWidth>().constantOr(1.0) > 0) in evaluate()
211 float lineWidth = evaluated.get<style::LineWidth>() in getLineWidth()
212 .evaluate(feature, zoom, style::LineWidth::defaultValue()); in getLineWidth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp51 struct LineWidth : DataDrivenPaintProperty<float, attributes::a_width, uniforms::u_width> { struct
87 LineWidth,
H A Dline_layer.cpp277 return impl().paint.template get<LineWidth>().value; in getLineWidth()
284 impl_->paint.template get<LineWidth>().value = value; in setLineWidth()
291 impl_->paint.template get<LineWidth>().options = options; in setLineWidthTransition()
296 return impl().paint.template get<LineWidth>().options; in getLineWidthTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dvalue.cpp233 const constexpr LineWidth::Type LineWidth::Default;
235 void LineWidth::Set(const Type& value) { in Set()
239 LineWidth::Type LineWidth::Get() { in Get()
H A Dvalue.hpp161 struct LineWidth { struct
H A Dcontext.hpp264 State<value::LineWidth> lineWidth;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp480 float lineWidth = get<LineWidth>(layer, paintPropertyBinders); in getLineWidth()