Home
last modified time | relevance | path

Searched refs:IconHaloBlur (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.hpp211 struct IconHaloBlur : DataDrivenPaintProperty<float, attributes::a_halo_blur, uniforms::u_halo_blur… struct
295 IconHaloBlur,
H A Dsymbol_layer.cpp789 return impl().paint.template get<IconHaloBlur>().value; in getIconHaloBlur()
796 impl_->paint.template get<IconHaloBlur>().value = value; in setIconHaloBlur()
803 impl_->paint.template get<IconHaloBlur>().options = options; in setIconHaloBlurTransition()
808 return impl().paint.template get<IconHaloBlur>().options; in getIconHaloBlurTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp21 IconHaloBlur,
H A Drender_symbol_layer.cpp313 evaluated.get<style::IconHaloBlur>(), in iconPaintProperties()