Home
last modified time | relevance | path

Searched refs:iconSizeBinder (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.cpp145 *bucket.iconSizeBinder, in render()
165 bucket.iconSizeBinder, in render()
175 bucket.iconSizeBinder, in render()
184 bucket.iconSizeBinder, in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp99 std::unique_ptr<SymbolSizeBinder> iconSizeBinder; member in mbgl::SymbolBucket
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/text/
H A Dplacement.cpp111 auto partiallyEvaluatedIconSize = bucket.iconSizeBinder->evaluateForZoom(state.getZoom()); in placeLayerBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.cpp469 const Range<float> sizeData = bucket->iconSizeBinder->getVertexSizeData(feature); in place()