Home
last modified time | relevance | path

Searched refs:TextKeepUpright (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_properties.hpp165 struct TextKeepUpright : LayoutProperty<bool> { struct
282 TextKeepUpright,
H A Dsymbol_layer.cpp578 return TextKeepUpright::defaultValue(); in getDefaultTextKeepUpright()
582 return impl().layout.get<TextKeepUpright>(); in getTextKeepUpright()
589 impl_->layout.get<TextKeepUpright>() = value; in setTextKeepUpright()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp349 layout_.get<style::TextKeepUpright>(), in textPropertyValues()