Searched refs:PaintPropertyBinder (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 D | paint_property_binder.hpp | 76 class PaintPropertyBinder { class 81 virtual ~PaintPropertyBinder() = default; 89 …static std::unique_ptr<PaintPropertyBinder> create(const PossiblyEvaluatedPropertyValue<T>& value,… 95 class ConstantPaintPropertyBinder : public PaintPropertyBinder<T, A> { 124 class SourceFunctionPaintPropertyBinder : public PaintPropertyBinder<T, A> { 180 class CompositeFunctionPaintPropertyBinder : public PaintPropertyBinder<T, A> { 246 std::unique_ptr<PaintPropertyBinder<T, A>> 247 PaintPropertyBinder<T, A>::create(const PossiblyEvaluatedPropertyValue<T>& value, float zoom, T def… in create() 249 [&] (const T& constant) -> std::unique_ptr<PaintPropertyBinder<T, A>> { in create() 252 …[&] (const style::PropertyExpression<T>& expression) -> std::unique_ptr<PaintPropertyBinder<T, A>>… in create() [all …]
|