Home
last modified time | relevance | path

Searched refs:IconAllowOverlap (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.hpp30 struct IconAllowOverlap : LayoutProperty<bool> { struct
255 IconAllowOverlap,
H A Dsymbol_layer.cpp146 return IconAllowOverlap::defaultValue(); in getDefaultIconAllowOverlap()
150 return impl().layout.get<IconAllowOverlap>(); in getIconAllowOverlap()
157 impl_->layout.get<IconAllowOverlap>() = value; in setIconAllowOverlap()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp148 bucket.layout.get<style::IconAllowOverlap>(), in placeLayerBucket()
259 bucket.layout.get<style::IconAllowOverlap>(), 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()