Home
last modified time | relevance | path

Searched refs:ConstantSymbolSizeBinder (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.cpp21 return std::make_unique<ConstantSymbolSizeBinder>(tileZoom, value, defaultValue); in create()
24 return std::make_unique<ConstantSymbolSizeBinder>(tileZoom, value, defaultValue); in create()
28 … return std::make_unique<ConstantSymbolSizeBinder>(tileZoom, expression, defaultValue); in create()
H A Dsymbol_program.hpp137 class ConstantSymbolSizeBinder final : public SymbolSizeBinder { class
139ConstantSymbolSizeBinder(const float /*tileZoom*/, const float& size, const float /*defaultValue*/) in ConstantSymbolSizeBinder() function in mbgl::ConstantSymbolSizeBinder
142ConstantSymbolSizeBinder(const float /*tileZoom*/, const style::Undefined&, const float defaultVal… in ConstantSymbolSizeBinder() function in mbgl::ConstantSymbolSizeBinder
145ConstantSymbolSizeBinder(const float tileZoom, const style::PropertyExpression<float>& expression_… in ConstantSymbolSizeBinder() function in mbgl::ConstantSymbolSizeBinder