Home
last modified time | relevance | path

Searched refs:IconSize (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_properties.hpp50 struct IconSize : DataDrivenLayoutProperty<float> { struct
259 IconSize,
H A Dsymbol_layer.cpp210 return IconSize::defaultValue(); in getDefaultIconSize()
214 return impl().layout.get<IconSize>(); in getIconSize()
221 impl_->layout.get<IconSize>() = value; in setIconSize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp86 style::IconSize::UnevaluatedType iconSize;
H A Dsymbol_layout.cpp52 iconSize(layers.at(0)->as<RenderSymbolLayer>()->impl().layout.get<IconSize>()) in SymbolLayout()
246 const float layoutIconSize = layout.evaluate<IconSize>(zoom + 1, feature); in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp31 iconSizeBinder(SymbolSizeBinder::create(zoom, iconSize, IconSize::defaultValue())) { in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp151 … const bool iconScaled = layout.get<IconSize>().constantOr(1.0) != 1.0 || bucket.iconsNeedLinear; in render()