Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/animation/
H A Dtransition_impl.cpp164 int16_t TransitionImpl::GetNextFrameValue(int16_t from, int16_t to, int32_t elapsedTime) const in GetNextFrameValue() function in OHOS::ACELite::TransitionImpl
288 prefetchedValue = GetNextFrameValue(from, to, elapsedTime); in PerformTransition()
H A Dtransition_impl.h172 int16_t GetNextFrameValue(int16_t from, int16_t to, int32_t elapsedTime) const;