Home
last modified time | relevance | path

Searched defs:defaultValue_ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dproperty_evaluator.hpp13 PropertyEvaluator(const PropertyEvaluationParameters& parameters_, T defaultValue_) in PropertyEvaluator()
H A Ddata_driven_property_evaluator.hpp14 DataDrivenPropertyEvaluator(const PropertyEvaluationParameters& parameters_, T defaultValue_) in DataDrivenPropertyEvaluator()
H A Dcross_faded_property_evaluator.hpp24 CrossFadedPropertyEvaluator(const PropertyEvaluationParameters& parameters_, T defaultValue_) in CrossFadedPropertyEvaluator()
H A Dpaint_property_binder.hpp133 SourceFunctionPaintPropertyBinder(style::PropertyExpression<T> expression_, T defaultValue_) in SourceFunctionPaintPropertyBinder()
190 …eFunctionPaintPropertyBinder(style::PropertyExpression<T> expression_, float zoom, T defaultValue_) in CompositeFunctionPaintPropertyBinder()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp192 …(const float /*tileZoom*/, style::PropertyExpression<float> expression_, const float defaultValue_) in SourceFunctionSymbolSizeBinder()
214 …nder(const float tileZoom, style::PropertyExpression<float> expression_, const float defaultValue_) in CompositeFunctionSymbolSizeBinder()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_expression.hpp18 …ertyExpression(std::unique_ptr<expression::Expression> expression_, optional<T> defaultValue_ = {}) in PropertyExpression()