Searched defs:Interpolator (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | interpolate.hpp | 29 struct Interpolator { struct 30 T operator()(const T& a, const T& b, const double t) const { in operator ()() 36 struct Interpolator<std::array<T, N>> { struct 38 using Array = std::array<T, N>; 41 Array operator()(const Array& a, const Array& b, const double t, std::index_sequence<I...>) { in operator ()() 46 Array operator()(const Array& a, const Array& b, const double t) { in operator ()() 61 struct Interpolator<std::vector<style::expression::Value>> { struct 62 std::vector<style::expression::Value> operator()(const std::vector<style::expression::Value>& a, in operator ()() 82 struct Interpolator<style::Position> { struct 84 style::Position operator()(const style::Position& a, const style::Position& b, const double t) { in operator ()() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | possibly_evaluated_property_value.hpp | 63 struct Interpolator<PossiblyEvaluatedPropertyValue<T>> { struct 64 PossiblyEvaluatedPropertyValue<T> operator()(const PossiblyEvaluatedPropertyValue<T>& a, in operator ()()
|
| H A D | cross_faded_property_evaluator.hpp | 41 struct Interpolator<Faded<T>> struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolator.hpp | 46 using Interpolator = variant<ExponentialInterpolator, CubicBezierInterpolator>; typedef
|