Home
last modified time | relevance | path

Searched refs:TextOpacity (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.hpp223 struct TextOpacity : DataDrivenPaintProperty<float, attributes::a_opacity, uniforms::u_opacity> { struct
298 TextOpacity,
H A Dsymbol_layer.cpp870 return impl().paint.template get<TextOpacity>().value; in getTextOpacity()
877 impl_->paint.template get<TextOpacity>().value = value; in setTextOpacity()
884 impl_->paint.template get<TextOpacity>().options = options; in setTextOpacityTransition()
889 return impl().paint.template get<TextOpacity>().options; in getTextOpacityTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp27 TextOpacity,
H A Drender_symbol_layer.cpp64 … || (evaluated.get<style::TextOpacity>().constantOr(1) > 0 && hasTextOpacity && textSize > 0)) in evaluate()
321 evaluated.get<style::TextOpacity>(), in textPaintProperties()