Home
last modified time | relevance | path

Searched refs:IconHaloColor (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.hpp203 struct IconHaloColor : DataDrivenPaintProperty<Color, attributes::a_halo_color, uniforms::u_halo_co… struct
293 IconHaloColor,
H A Dsymbol_layer.cpp735 return impl().paint.template get<IconHaloColor>().value; in getIconHaloColor()
742 impl_->paint.template get<IconHaloColor>().value = value; in setIconHaloColor()
749 impl_->paint.template get<IconHaloColor>().options = options; in setIconHaloColorTransition()
754 return impl().paint.template get<IconHaloColor>().options; in getIconHaloColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp59 evaluated.get<style::IconHaloColor>().constantOr(Color::black()).a > 0; in evaluate()
311 evaluated.get<style::IconHaloColor>(), in iconPaintProperties()
339 evaluated.get<style::IconHaloColor>().constantOr(Color::black()).a > 0 && in iconPropertyValues()
H A Drender_symbol_layer.hpp19 IconHaloColor,