Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_keyframe_animation.cpp83 auto beginKeyframe = durationKeyframes_.front(); in InitInterpolationValue() local
97 auto beginKeyframe = keyframes_.front(); in InitInterpolationValue() local
98 if (std::abs(std::get<FRACTION_INDEX>(beginKeyframe) - FRACTION_MIN) > EPSILON) { in InitInterpolationValue()