Home
last modified time | relevance | path

Searched refs:IconColor (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.hpp199 struct IconColor : DataDrivenPaintProperty<Color, attributes::a_fill_color, uniforms::u_fill_color>… struct
292 IconColor,
H A Dsymbol_layer.cpp708 return impl().paint.template get<IconColor>().value; in getIconColor()
715 impl_->paint.template get<IconColor>().value = value; in setIconColor()
722 impl_->paint.template get<IconColor>().options = options; in setIconColorTransition()
727 return impl().paint.template get<IconColor>().options; in getIconColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp58 auto hasIconOpacity = evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 || in evaluate()
310 evaluated.get<style::IconColor>(), in iconPaintProperties()
341 evaluated.get<style::IconColor>().constantOr(Color::black()).a > 0 in iconPropertyValues()
H A Drender_symbol_layer.hpp18 IconColor,