Searched refs:CubicBezierInterpolator (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | interpolator.hpp | 31 class CubicBezierInterpolator { class 33 …CubicBezierInterpolator(double x1_, double y1_, double x2_, double y2_) : ub(x1_, y1_, x2_, y2_) {} in CubicBezierInterpolator() function in mbgl::style::expression::CubicBezierInterpolator 39 bool operator==(const CubicBezierInterpolator& rhs) const { in operator ==() 46 using Interpolator = variant<ExponentialInterpolator, CubicBezierInterpolator>;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | interpolate.cpp | 132 interpolator = {CubicBezierInterpolator(*x1, *y1, *x2, *y2)}; in parseInterpolate() 296 [&](const CubicBezierInterpolator& cubicBezier) { in serialize()
|
| H A D | dsl.cpp | 131 return CubicBezierInterpolator(x1, y1, x2, y2); in cubicBezier()
|