Home
last modified time | relevance | path

Searched refs:TextHaloColor (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.hpp231 struct TextHaloColor : DataDrivenPaintProperty<Color, attributes::a_halo_color, uniforms::u_halo_co… struct
300 TextHaloColor,
H A Dsymbol_layer.cpp924 return impl().paint.template get<TextHaloColor>().value; in getTextHaloColor()
931 impl_->paint.template get<TextHaloColor>().value = value; in setTextHaloColor()
938 impl_->paint.template get<TextHaloColor>().options = options; in setTextHaloColorTransition()
943 return impl().paint.template get<TextHaloColor>().options; in getTextHaloColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp61 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0; in evaluate()
323 evaluated.get<style::TextHaloColor>(), in textPaintProperties()
352 evaluated.get<style::TextHaloColor>().constantOr(Color::black()).a > 0 && in textPropertyValues()
H A Drender_symbol_layer.hpp29 TextHaloColor,