Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-animation-guide.md47 : start_(startPos), end_(endPos), time_(time), curTime_(0) {}
51 curTime_++;
52 int16_t pos = EasingEquation::CubicEaseIn(start_, end_, curTime_, time_);
61 uint16_t curTime_;
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-animation-guide.md147 : start_(startPos), end_(endPos), time_(time), curTime_(0) {}
151 curTime_++;
152 int16_t pos = EasingEquation::CubicEaseIn(start_, end_, curTime_, time_);
161 uint16_t curTime_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h377 return curTime_; in GetCurrentVsyncTime()
532 uint64_t curTime_ = 0; variable
H A Drs_main_thread.cpp427 …N_TRACE_BEGIN(HITRACE_TAG_GRAPHIC_AGP, "RSMainThread::DoComposition: " + std::to_string(curTime_)); in Init()
428 RS_LOGI("DoComposition start time:%{public}" PRIu64, curTime_); in Init()
479 RS_LOGI("DoComposition end time:%{public}" PRIu64, curTime_); in Init()
2040 RS_LOGI("DoDirectComposition time:%{public}" PRIu64, curTime_); in DoDirectComposition()
2686 curTime_ = static_cast<uint64_t>( in OnVsync()
2690 RS_PROFILER_PATCH_TIME(curTime_); in OnVsync()
3563 timestamp_ = timestamp_ + (now - curTime_); in ForceRefreshForUni()
3564 curTime_ = now; in ForceRefreshForUni()