Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp206 *bucket.textSizeBinder, in render()
218 bucket.textSizeBinder, in render()
228 bucket.textSizeBinder, in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp83 std::unique_ptr<SymbolSizeBinder> textSizeBinder; member in mbgl::SymbolBucket
H A Dsymbol_bucket.cpp30 textSizeBinder(SymbolSizeBinder::create(zoom, textSize, TextSize::defaultValue())), in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dplacement.cpp110 auto partiallyEvaluatedTextSize = bucket.textSizeBinder->evaluateForZoom(state.getZoom()); in placeLayerBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp429 const Range<float> sizeData = bucket->textSizeBinder->getVertexSizeData(feature); in place()