Home
last modified time | relevance | path

Searched refs:TextTranslateAnchor (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.hpp247 struct TextTranslateAnchor : PaintProperty<TranslateAnchorType> { struct
304 TextTranslateAnchor
H A Dsymbol_layer.cpp1032 return impl().paint.template get<TextTranslateAnchor>().value; in getTextTranslateAnchor()
1039 impl_->paint.template get<TextTranslateAnchor>().value = value; in setTextTranslateAnchor()
1046 impl_->paint.template get<TextTranslateAnchor>().options = options; in setTextTranslateAnchorTransition()
1051 return impl().paint.template get<TextTranslateAnchor>().options; in getTextTranslateAnchorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp33 TextTranslateAnchor
H A Drender_symbol_layer.cpp327 evaluated.get<style::TextTranslateAnchor>() in textPaintProperties()
351 evaluated.get<style::TextTranslateAnchor>(), in textPropertyValues()