Home
last modified time | relevance | path

Searched refs:IconHaloWidth (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 Dsymbol_layer_properties.hpp207 struct IconHaloWidth : DataDrivenPaintProperty<float, attributes::a_halo_width, uniforms::u_halo_wi… struct
294 IconHaloWidth,
H A Dsymbol_layer.cpp762 return impl().paint.template get<IconHaloWidth>().value; in getIconHaloWidth()
769 impl_->paint.template get<IconHaloWidth>().value = value; in setIconHaloWidth()
776 impl_->paint.template get<IconHaloWidth>().options = options; in setIconHaloWidthTransition()
781 return impl().paint.template get<IconHaloWidth>().options; in getIconHaloWidthTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp20 IconHaloWidth,
H A Drender_symbol_layer.cpp312 evaluated.get<style::IconHaloWidth>(), in iconPaintProperties()
340 evaluated.get<style::IconHaloWidth>().constantOr(1), in iconPropertyValues()