Home
last modified time | relevance | path

Searched refs:TextHaloWidth (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.hpp235 struct TextHaloWidth : DataDrivenPaintProperty<float, attributes::a_halo_width, uniforms::u_halo_wi… struct
301 TextHaloWidth,
H A Dsymbol_layer.cpp951 return impl().paint.template get<TextHaloWidth>().value; in getTextHaloWidth()
958 impl_->paint.template get<TextHaloWidth>().value = value; in setTextHaloWidth()
965 impl_->paint.template get<TextHaloWidth>().options = options; in setTextHaloWidthTransition()
970 return impl().paint.template get<TextHaloWidth>().options; in getTextHaloWidthTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp30 TextHaloWidth,
H A Drender_symbol_layer.cpp324 evaluated.get<style::TextHaloWidth>(), in textPaintProperties()
353 evaluated.get<style::TextHaloWidth>().constantOr(1), in textPropertyValues()