Searched refs:Interpolate (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | find_zoom_curve.cpp | 14 optional<variant<const Interpolate*, const Step*, ParsingError>> findZoomCurve(const expression::Ex… in findZoomCurve() 15 optional<variant<const Interpolate*, const Step*, ParsingError>> result; in findZoomCurve() 34 case Kind::Interpolate: { in findZoomCurve() 35 auto curve = static_cast<const Interpolate*>(e); in findZoomCurve() 63 …optional<variant<const Interpolate*, const Step*, ParsingError>> childResult(findZoomCurve(&child)… in findZoomCurve() 82 variant<std::nullptr_t, const Interpolate*, const Step*> findZoomCurveChecked(const expression::Exp… in findZoomCurveChecked() 87 [](const ParsingError&) -> variant<std::nullptr_t, const Interpolate*, const Step*> { in findZoomCurveChecked() 91 [](auto zoomCurve) -> variant<std::nullptr_t, const Interpolate*, const Step*> { in findZoomCurveChecked()
|
| H A D | interpolate.cpp | 11 class InterpolateImpl : public Interpolate { 17 … ) : Interpolate(std::move(type_), std::move(interpolator_), std::move(input_), std::move(stops_)) in InterpolateImpl() 263 Interpolate::Interpolate(const type::Type& type_, in Interpolate() function in mbgl::style::expression::Interpolate 267 : Expression(Kind::Interpolate, type_), in Interpolate() 274 std::vector<optional<Value>> Interpolate::possibleOutputs() const { in possibleOutputs() 284 mbgl::Value Interpolate::serialize() const { in serialize()
|
| H A D | parsing_context.cpp | 222 …optional<variant<const Interpolate*, const Step*, ParsingError>> zoomCurve = findZoomCurve(parsed-… in parseLayerPropertyExpression()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolate.hpp | 19 class Interpolate : public Expression { class 21 Interpolate(const type::Type& type_, 54 if (e.getKind() == Kind::Interpolate) { in operator ==() 55 auto rhs = static_cast<const Interpolate*>(&e); in operator ==()
|
| H A D | find_zoom_curve.hpp | 14 optional<variant<const Interpolate*, const Step*, ParsingError>> findZoomCurve(const expression::Ex… 16 variant<std::nullptr_t, const Interpolate*, const Step*> findZoomCurveChecked(const expression::Exp…
|
| H A D | expression.hpp | 123 Interpolate, enumerator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | property_expression.hpp | 67 [&](const expression::Interpolate* z) { in interpolationFactor() 113 variant<std::nullptr_t, const expression::Interpolate*, const expression::Step*> zoomCurve;
|