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 D | rs_symbol_animation_test.cpp | 832 …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 D | rs_symbol_animation.h | 105 bool CalcTimePercents(std::vector<float>& timePercents, const uint32_t totalDuration,
|
H A D | rs_symbol_animation.cpp | 687 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
|