Home
last modified time | relevance | path

Searched refs:darkTime (Results 1 – 9 of 9) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_lights.cpp164 flash->count = flash->darkTime; in T_StrobeFlash()
182 Writer_WriteInt32(writer, darkTime); in write()
202 darkTime = Reader_ReadInt32(reader); in read()
220 darkTime = Reader_ReadInt32(reader); in read()
243 flash->darkTime = fastOrSlow; in P_SpawnStrobeFlash()
H A Dhereticv13mapstatereader.cpp608 strobe->darkTime = Reader_ReadInt32(reader); in readStrobe()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dp_lights.cpp247 flash->count = flash->darkTime; in T_StrobeFlash()
265 Writer_WriteInt32(writer, darkTime); in write()
285 darkTime = Reader_ReadInt32(reader); in read()
303 darkTime = Reader_ReadInt32(reader); in read()
326 flash->darkTime = fastOrSlow; in P_SpawnStrobeFlash()
H A Ddoomv9mapstatereader.cpp587 strobe->darkTime = Reader_ReadInt32(reader); in readStrobe()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dp_lights.cpp327 flash->count = flash->darkTime; in T_StrobeFlash()
345 Writer_WriteInt32(writer, darkTime); in write()
365 darkTime = Reader_ReadInt32(reader); in read()
383 darkTime = Reader_ReadInt32(reader); in read()
406 flash->darkTime = fastOrSlow; in P_SpawnStrobeFlash()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Dp_lights.h60 int darkTime; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/include/
H A Dp_lights.h72 int darkTime; member
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/include/
H A Dp_lights.h91 int darkTime; member
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/auxiliary/
H A Ddarklibrary.cpp1073 double darkTime = 0; in countDarkTotalTime() local
1078 darkTime += startExposure * temperatureCount * binnings * countSpin->value(); in countDarkTotalTime()
1082 totalTime->setText(QString::number(darkTime / 60.0, 'f', 1)); in countDarkTotalTime()