Home
last modified time | relevance | path

Searched refs:TextSize (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dsymbol_layer_properties.hpp120 struct TextSize : DataDrivenLayoutProperty<float> { struct
273 TextSize,
H A Dsymbol_layer.cpp434 return TextSize::defaultValue(); in getDefaultTextSize()
438 return impl().layout.get<TextSize>(); in getTextSize()
445 impl_->layout.get<TextSize>() = value; in setTextSize()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp85 style::TextSize::UnevaluatedType textSize;
H A Dsymbol_layout.cpp51 textSize(layers.at(0)->as<RenderSymbolLayer>()->impl().layout.get<TextSize>()), in SymbolLayout()
245 const float layoutTextSize = layout.evaluate<TextSize>(zoom + 1, feature); in addFeature()
254 const float textMaxSize = layout.evaluate<TextSize>(18, feature); in addFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp30 textSizeBinder(SymbolSizeBinder::create(zoom, textSize, TextSize::defaultValue())), in SymbolBucket()