Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.h28 static constexpr int FRACTION_INDEX = 0; variable
H A Drs_keyframe_animation.cpp98 if (std::abs(std::get<FRACTION_INDEX>(beginKeyframe) - FRACTION_MIN) > EPSILON) { in InitInterpolationValue()