Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_symbol_animation_test.cpp832 …auto getParasFlag = symbolAnimation.CalcTimePercents(timePercents, ANIMATION_DURATION, oneGroupPar…
856 auto getParasFlag = symbolAnimation.CalcTimePercents(timePercents, 0, oneGroupParas);
881 …auto getParasFlag = symbolAnimation.CalcTimePercents(timePercents, ANIMATION_DURATION, oneGroupPar…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_symbol_animation.h105 bool CalcTimePercents(std::vector<float>& timePercents, const uint32_t totalDuration,
H A Drs_symbol_animation.cpp687 return CalcTimePercents(timePercents, totalDuration, oneGroupParas); in GetKeyframeAlphaAnimationParas()
690 bool RSSymbolAnimation::CalcTimePercents(std::vector<float>& timePercents, const uint32_t totalDura… in CalcTimePercents() function in OHOS::Rosen::RSSymbolAnimation