Home
last modified time | relevance | path

Searched refs:timeShown_ (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DMiscScreens.h193 double timeShown_ = 0.0;
H A DMiscScreens.cpp1080 timeShown_ = time_now_d();
1091 double sinceShow = time_now_d() - timeShown_;
1093 if (timeShown_ == 0.0 || sinceShow > timeToShow + FADE_TIME) {
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DMiscScreens.h193 double timeShown_ = 0.0; variable
H A DMiscScreens.cpp1080 timeShown_ = time_now_d(); in Show()
1091 double sinceShow = time_now_d() - timeShown_; in Draw()
1093 if (timeShown_ == 0.0 || sinceShow > timeToShow + FADE_TIME) { in Draw()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DMiscScreens.h193 double timeShown_ = 0.0; variable
H A DMiscScreens.cpp1080 timeShown_ = time_now_d(); in Show()
1091 double sinceShow = time_now_d() - timeShown_; in Draw()
1093 if (timeShown_ == 0.0 || sinceShow > timeToShow + FADE_TIME) { in Draw()