Searched refs:IconSize (Results 1 – 6 of 6) sorted by relevance
50 struct IconSize : DataDrivenLayoutProperty<float> { struct259 IconSize,
210 return IconSize::defaultValue(); in getDefaultIconSize()214 return impl().layout.get<IconSize>(); in getIconSize()221 impl_->layout.get<IconSize>() = value; in setIconSize()
86 style::IconSize::UnevaluatedType iconSize;
52 iconSize(layers.at(0)->as<RenderSymbolLayer>()->impl().layout.get<IconSize>()) in SymbolLayout()246 const float layoutIconSize = layout.evaluate<IconSize>(zoom + 1, feature); in addFeature()
31 iconSizeBinder(SymbolSizeBinder::create(zoom, iconSize, IconSize::defaultValue())) { in SymbolBucket()
151 … const bool iconScaled = layout.get<IconSize>().constantOr(1.0) != 1.0 || bucket.iconsNeedLinear; in render()