Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dsymbol_bucket.hpp48 bool iconsNeedLinear,
65 const bool iconsNeedLinear; member in mbgl::SymbolBucket
H A Dsymbol_bucket.cpp26 iconsNeedLinear(iconsNeedLinear_ || iconSize.isDataDriven() || !iconSize.isZoomConstant()), in SymbolBucket()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp83 bool iconsNeedLinear = false; member in mbgl::SymbolLayout
H A Dsymbol_layout.cpp219 iconsNeedLinear = true; in prepare()
221 iconsNeedLinear = true; in prepare()
417 …t>(layout, layerPaintProperties, textSize, iconSize, zoom, sdfIcons, iconsNeedLinear, mayOverlap, … in place()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.cpp151 … const bool iconScaled = layout.get<IconSize>().constantOr(1.0) != 1.0 || bucket.iconsNeedLinear; in render()