Home
last modified time | relevance | path

Searched refs:IconIgnorePlacement (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.hpp35 struct IconIgnorePlacement : LayoutProperty<bool> { struct
256 IconIgnorePlacement,
H A Dsymbol_layer.cpp162 return IconIgnorePlacement::defaultValue(); in getDefaultIconIgnorePlacement()
166 return impl().layout.get<IconIgnorePlacement>(); in getIconIgnorePlacement()
173 impl_->layout.get<IconIgnorePlacement>() = value; in setIconIgnorePlacement()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp172 …ture(symbolInstance.iconCollisionFeature, bucket.layout.get<style::IconIgnorePlacement>(), 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()