Searched refs:Interpolator (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | interpolate.hpp | 20 struct Interpolator; 24 return Interpolator<T>()(a, b, t); in interpolate() 29 struct Interpolator { struct 36 struct Interpolator<std::array<T, N>> { struct 61 struct Interpolator<std::vector<style::expression::Value>> { struct 82 struct Interpolator<style::Position> { struct 93 struct Interpolator<Color> { struct 113 struct Interpolator<bool> struct 117 struct Interpolator<T, typename std::enable_if_t<std::is_enum<T>::value>> struct 121 struct Interpolator<std::string> struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | dsl.hpp | 60 Interpolator linear(); 61 Interpolator exponential(double base); 62 Interpolator cubicBezier(double x1, double y1, double x2, double y2); 64 std::unique_ptr<Expression> interpolate(Interpolator interpolator, 68 std::unique_ptr<Expression> interpolate(Interpolator interpolator, 73 std::unique_ptr<Expression> interpolate(Interpolator interpolator,
|
| H A D | interpolate.hpp | 22 Interpolator interpolator_, 27 const Interpolator& getInterpolator() const { return interpolator; } in getInterpolator() 73 const Interpolator interpolator; 79 Interpolator interpolator,
|
| H A D | interpolator.hpp | 46 using Interpolator = variant<ExponentialInterpolator, CubicBezierInterpolator>; typedef
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | dsl.cpp | 122 Interpolator linear() { in linear() 126 Interpolator exponential(double base) { in exponential() 130 Interpolator cubicBezier(double x1, double y1, double x2, double y2) { in cubicBezier() 134 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() 146 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() 160 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate()
|
| H A D | interpolate.cpp | 14 Interpolator interpolator_, in InterpolateImpl() 95 optional<Interpolator> interpolator; in parseInterpolate() 232 Interpolator interpolator, in createInterpolate() 264 Interpolator interpolator_, in Interpolate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qquickgeocoordinateanimation.cpp | 277 …d->interpolator = reinterpret_cast<QVariantAnimation::Interpolator>(reinterpret_cast<void *>(&q_co… in setDirection() 280 …d->interpolator = reinterpret_cast<QVariantAnimation::Interpolator>(reinterpret_cast<void *>(&q_co… in setDirection() 284 …d->interpolator = reinterpret_cast<QVariantAnimation::Interpolator>(reinterpret_cast<void *>(&q_co… in setDirection()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | cross_faded_property_evaluator.hpp | 41 struct Interpolator<Faded<T>> struct
|
| H A D | possibly_evaluated_property_value.hpp | 63 struct Interpolator<PossiblyEvaluatedPropertyValue<T>> { struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | function.cpp | 338 static std::unique_ptr<Expression> interpolate(type::Type type, Interpolator interpolator, std::uni… in interpolate()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
| H A D | mpd.conf.in | 324 #samplerate_converter "Fastest Sinc Interpolator"
|