Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp124 class SourceFunctionPaintPropertyBinder : public PaintPropertyBinder<T, A> { class
133 SourceFunctionPaintPropertyBinder(style::PropertyExpression<T> expression_, T defaultValue_) in SourceFunctionPaintPropertyBinder() function in mbgl::SourceFunctionPaintPropertyBinder
254 … return std::make_unique<SourceFunctionPaintPropertyBinder<T, A>>(expression, defaultValue); in create()