Home
last modified time | relevance | path

Searched refs:TextAllowOverlap (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.hpp180 struct TextAllowOverlap : LayoutProperty<bool> { struct
285 TextAllowOverlap,
H A Dsymbol_layer.cpp626 return TextAllowOverlap::defaultValue(); in getDefaultTextAllowOverlap()
630 return impl().layout.get<TextAllowOverlap>(); in getTextAllowOverlap()
637 impl_->layout.get<TextAllowOverlap>() = value; in setTextAllowOverlap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp134 bucket.layout.get<style::TextAllowOverlap>(), in placeLayerBucket()
258 bucket.layout.get<style::TextAllowOverlap>(), in updateBucketOpacities()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp414 const bool mayOverlap = layout.get<TextAllowOverlap>() || layout.get<IconAllowOverlap>() || in place()