Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.cpp15 const style::DataDrivenPropertyValue<float>& textSize, in SymbolBucket() argument
30 textSizeBinder(SymbolSizeBinder::create(zoom, textSize, TextSize::defaultValue())), in SymbolBucket()
H A Dsymbol_bucket.hpp44 const style::DataDrivenPropertyValue<float>& textSize,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp85 style::TextSize::UnevaluatedType textSize; member in mbgl::SymbolLayout
H A Dsymbol_layout.cpp51 textSize(layers.at(0)->as<RenderSymbolLayer>()->impl().layout.get<TextSize>()), in SymbolLayout()
417 …auto bucket = std::make_unique<SymbolBucket>(layout, layerPaintProperties, textSize, iconSize, zoo… in place()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp87 float textSize = 16.0f; member in mbgl::RenderSymbolLayer
H A Drender_symbol_layer.cpp64 … || (evaluated.get<style::TextOpacity>().constantOr(1) > 0 && hasTextOpacity && textSize > 0)) in evaluate()