Home
last modified time | relevance | path

Searched refs:_timeLast (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor_dialogue_queue.cpp100 _timeLast = 0u; in flush()
120 && _timeLast == 0u; in isEmpty()
127 uint32 timeDiff = time - _timeLast; // unsigned difference is intentional in tick()
128 _timeLast = time; in tick()
135 _timeLast = 0u; in tick()
173 _timeLast = _vm->_time->current(); in tick()
227 _timeLast = 0u; in load()
239 _timeLast = 0u; in clear()
H A Ditem_pickup.cpp61 _timeLast = _vm->_time->currentSystem(); in setup()
72 _timeLast = 0u; in reset()
82 uint32 timeDiff = timeNow - _timeLast; in tick()
83 _timeLast = timeNow; in tick()
H A Ditem_pickup.h44 uint32 _timeLast; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor_dialogue_queue.cpp100 _timeLast = 0u; in flush()
120 && _timeLast == 0u; in isEmpty()
127 uint32 timeDiff = time - _timeLast; // unsigned difference is intentional in tick()
128 _timeLast = time; in tick()
135 _timeLast = 0u; in tick()
173 _timeLast = _vm->_time->current(); in tick()
227 _timeLast = 0u; in load()
239 _timeLast = 0u; in clear()
H A Ditem_pickup.cpp61 _timeLast = _vm->_time->currentSystem(); in setup()
72 _timeLast = 0u; in reset()
82 uint32 timeDiff = timeNow - _timeLast; in tick()
83 _timeLast = timeNow; in tick()
H A Ditem_pickup.h44 uint32 _timeLast; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dkia_section_diagnostic.cpp56 _timeLast = 0; in KIASectionDiagnostic()
66 _timeLast = _vm->_time->currentSystem(); in open()
95 if (timeNow - _timeLast > (1000u / 60u)) { in draw()
100 _timeLast = timeNow; in draw()
H A Dui_check_box.cpp52 _timeLast = _vm->_time->currentSystem(); in UICheckBox()
64 if (timeNow - _timeLast > 67u) { in draw()
66 uint32 frameDelta = (timeNow - _timeLast) / 67u; in draw()
67 _timeLast = timeNow; in draw()
H A Dkia_section_pogo.cpp217 _timeLast = 0; in KIASectionPogo()
247 _timeLast = _vm->_time->currentSystem(); in open()
257 if (timeNow - _timeLast > (1000u / 60u)) { in draw()
259 _timeLast = timeNow; in draw()
H A Dkia_section_load.cpp47 _timeLast = 0u; in KIASectionLoad()
88 _timeLast = _vm->_time->currentSystem(); in open()
127 uint32 timeDiff = now - _timeLast; // unsigned difference is intentional in draw()
141 _timeLast = now; in draw()
H A Dui_input_box.cpp49 _timeLast = _vm->_time->currentSystem(); in UIInputBox()
66 if (_vm->_time->currentSystem() - _timeLast > 500) { in draw()
67 _timeLast = _vm->_time->currentSystem(); in draw()
H A Dkia_section_save.cpp58 _timeLast = 0u; in KIASectionSave()
132 _timeLast = _vm->_time->currentSystem(); in open()
207 uint32 timeDiff = now - _timeLast; // unsigned difference is intentional in draw()
221 _timeLast = now; in draw()
H A Dkia_section_diagnostic.h39 uint32 _timeLast; variable
H A Dkia_section_pogo.h44 uint32 _timeLast; variable
H A Dui_check_box.h41 uint32 _timeLast; variable
H A Dkia_section_load.h46 uint32 _timeLast; variable
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dkia_section_diagnostic.cpp56 _timeLast = 0; in KIASectionDiagnostic()
66 _timeLast = _vm->_time->currentSystem(); in open()
95 if (timeNow - _timeLast > (1000u / 60u)) { in draw()
100 _timeLast = timeNow; in draw()
H A Dui_check_box.cpp52 _timeLast = _vm->_time->currentSystem(); in UICheckBox()
64 if (timeNow - _timeLast > 67u) { in draw()
66 uint32 frameDelta = (timeNow - _timeLast) / 67u; in draw()
67 _timeLast = timeNow; in draw()
H A Dkia_section_pogo.cpp217 _timeLast = 0; in KIASectionPogo()
247 _timeLast = _vm->_time->currentSystem(); in open()
257 if (timeNow - _timeLast > (1000u / 60u)) { in draw()
259 _timeLast = timeNow; in draw()
H A Dkia_section_load.cpp47 _timeLast = 0u; in KIASectionLoad()
88 _timeLast = _vm->_time->currentSystem(); in open()
127 uint32 timeDiff = now - _timeLast; // unsigned difference is intentional in draw()
141 _timeLast = now; in draw()
H A Dui_input_box.cpp49 _timeLast = _vm->_time->currentSystem(); in UIInputBox()
66 if (_vm->_time->currentSystem() - _timeLast > 500) { in draw()
67 _timeLast = _vm->_time->currentSystem(); in draw()
H A Dkia_section_save.cpp58 _timeLast = 0u; in KIASectionSave()
132 _timeLast = _vm->_time->currentSystem(); in open()
207 uint32 timeDiff = now - _timeLast; // unsigned difference is intentional in draw()
221 _timeLast = now; in draw()
H A Dkia_section_diagnostic.h39 uint32 _timeLast; variable
H A Dkia_section_pogo.h44 uint32 _timeLast; variable
H A Dui_check_box.h41 uint32 _timeLast; variable

12