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 D | symbol_bucket.hpp | 48 bool iconsNeedLinear, 65 const bool iconsNeedLinear; member in mbgl::SymbolBucket
|
| H A D | symbol_bucket.cpp | 26 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 D | symbol_layout.hpp | 83 bool iconsNeedLinear = false; member in mbgl::SymbolLayout
|
| H A D | symbol_layout.cpp | 219 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 D | render_symbol_layer.cpp | 151 … const bool iconScaled = layout.get<IconSize>().constantOr(1.0) != 1.0 || bucket.iconsNeedLinear; in render()
|