Searched refs:GetTimePoint (Results 1 – 4 of 4) sorted by relevance
25 void GetTimePoint(TimePoint& now) in GetTimePoint() function35 GetTimePoint(begin_); in ScopedMonitor()41 GetTimePoint(end_); in ~ScopedMonitor()58 GetTimePoint(begin_); in StartPerf()64 GetTimePoint(end_); in FinishPerf()
88 if (keyTime < animatable->GetTimePoint()) { in Calculate()89 float preKeyTime = preAnimatable->GetTimePoint(); in Calculate()90 float innerKeyTime = (keyTime - preKeyTime) / (animatable->GetTimePoint() - preKeyTime); in Calculate()
77 float GetTimePoint() const in GetTimePoint() function
1193 … AceType::MakeRefPtr<Keyframe<float>>(item->GetTimePoint(), opacityAnimatable->GetValue())); in TweenOptionSetKeyframes()