Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_monitor.cpp25 void GetTimePoint(TimePoint& now) in GetTimePoint() function
35 GetTimePoint(begin_); in ScopedMonitor()
41 GetTimePoint(end_); in ~ScopedMonitor()
58 GetTimePoint(begin_); in StartPerf()
64 GetTimePoint(end_); in FinishPerf()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animation.cpp88 if (keyTime < animatable->GetTimePoint()) { in Calculate()
89 float preKeyTime = preAnimatable->GetTimePoint(); in Calculate()
90 float innerKeyTime = (keyTime - preKeyTime) / (animatable->GetTimePoint() - preKeyTime); in Calculate()
H A Danimatable.h77 float GetTimePoint() const in GetTimePoint() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1193 … AceType::MakeRefPtr<Keyframe<float>>(item->GetTimePoint(), opacityAnimatable->GetValue())); in TweenOptionSetKeyframes()