Home
last modified time | relevance | path

Searched refs:TextColor (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.hpp227 struct TextColor : DataDrivenPaintProperty<Color, attributes::a_fill_color, uniforms::u_fill_color>… struct
299 TextColor,
H A Dsymbol_layer.cpp897 return impl().paint.template get<TextColor>().value; in getTextColor()
904 impl_->paint.template get<TextColor>().value = value; in setTextColor()
911 impl_->paint.template get<TextColor>().options = options; in setTextColorTransition()
916 return impl().paint.template get<TextColor>().options; in getTextColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp60 auto hasTextOpacity = evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 || in evaluate()
322 evaluated.get<style::TextColor>(), in textPaintProperties()
354 evaluated.get<style::TextColor>().constantOr(Color::black()).a > 0 in textPropertyValues()
H A Drender_symbol_layer.hpp28 TextColor,