Home
last modified time | relevance | path

Searched refs:TextIgnorePlacement (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.hpp185 struct TextIgnorePlacement : LayoutProperty<bool> { struct
286 TextIgnorePlacement,
H A Dsymbol_layer.cpp642 return TextIgnorePlacement::defaultValue(); in getDefaultTextIgnorePlacement()
646 return impl().layout.get<TextIgnorePlacement>(); in getTextIgnorePlacement()
653 impl_->layout.get<TextIgnorePlacement>() = value; in setTextIgnorePlacement()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp168 …ture(symbolInstance.textCollisionFeature, bucket.layout.get<style::TextIgnorePlacement>(), bucket.… in placeLayerBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp415 layout.get<TextIgnorePlacement>() || layout.get<IconIgnorePlacement>(); in place()