Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/animator/
DVec2KeyframeAnimator.cpp143 StateChanged update(const Vec2Value& new_vec_value, const Vec2Value& new_tan_value) { in update() argument
148 const auto new_rot_value = SkRadiansToDegrees(std::atan2(new_tan_value.y, in update()
149 new_tan_value.x)); in update()