Searched refs:SymbolSizeBinder (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.cpp | 16 std::unique_ptr<SymbolSizeBinder> SymbolSizeBinder::create(const float tileZoom, in create() 20 [&] (const Undefined& value) -> std::unique_ptr<SymbolSizeBinder> { in create() 23 [&] (float value) -> std::unique_ptr<SymbolSizeBinder> { in create() 26 … [&] (const style::PropertyExpression<float>& expression) -> std::unique_ptr<SymbolSizeBinder> { in create()
|
| H A D | symbol_program.hpp | 107 class SymbolSizeBinder { class 109 virtual ~SymbolSizeBinder() = default; 118 static std::unique_ptr<SymbolSizeBinder> create(const float tileZoom, 137 class ConstantSymbolSizeBinder final : public SymbolSizeBinder { 186 class SourceFunctionSymbolSizeBinder final : public SymbolSizeBinder { 211 class CompositeFunctionSymbolSizeBinder final : public SymbolSizeBinder { 263 using SizeUniforms = typename SymbolSizeBinder::Uniforms; 282 const SymbolSizeBinder& symbolSizeBinder, in computeAllUniformValues()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_projection.hpp | 11 class SymbolSizeBinder; 51 const RenderTile&, const SymbolSizeBinder& sizeBinder, const TransformState&);
|
| H A D | symbol_projection.cpp | 365 … const RenderTile& tile, const SymbolSizeBinder& sizeBinder, const TransformState& state) { in reprojectLineLabels()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/ |
| H A D | symbol_bucket.hpp | 83 std::unique_ptr<SymbolSizeBinder> textSizeBinder; 99 std::unique_ptr<SymbolSizeBinder> iconSizeBinder;
|
| H A D | symbol_bucket.cpp | 30 textSizeBinder(SymbolSizeBinder::create(zoom, textSize, TextSize::defaultValue())), in SymbolBucket() 31 iconSizeBinder(SymbolSizeBinder::create(zoom, iconSize, IconSize::defaultValue())) { in SymbolBucket()
|