Home
last modified time | relevance | path

Searched refs:UnitBezier (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunitbezier.hpp34 struct UnitBezier { struct
36 constexpr UnitBezier(double p1x, double p1y, double p2x, double p2y) in UnitBezier() argument
118 bool operator==(const UnitBezier& rhs) const { in operator ==() argument
H A Dconstants.hpp50 constexpr UnitBezier DEFAULT_TRANSITION_EASE = { 0, 0, 0.25, 1 };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dinterpolator.hpp43 util::UnitBezier ub;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dcamera.hpp71 optional<mbgl::util::UnitBezier> easing;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp585 … util::UnitBezier ease = animation.easing ? *animation.easing : util::DEFAULT_TRANSITION_EASE; in startTransition()