Home
last modified time | relevance | path

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 Dsymbol_program.cpp16 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 Dsymbol_program.hpp107 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 Dsymbol_projection.hpp11 class SymbolSizeBinder;
51 const RenderTile&, const SymbolSizeBinder& sizeBinder, const TransformState&);
H A Dsymbol_projection.cpp365 … 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 Dsymbol_bucket.hpp83 std::unique_ptr<SymbolSizeBinder> textSizeBinder;
99 std::unique_ptr<SymbolSizeBinder> iconSizeBinder;
H A Dsymbol_bucket.cpp30 textSizeBinder(SymbolSizeBinder::create(zoom, textSize, TextSize::defaultValue())), in SymbolBucket()
31 iconSizeBinder(SymbolSizeBinder::create(zoom, iconSize, IconSize::defaultValue())) { in SymbolBucket()