Home
last modified time | relevance | path

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

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkvideo.cpp392 int16 boostStartColor; in kPlayVMDInit() local
396 boostStartColor = argv[4].toSint16(); in kPlayVMDInit()
400 boostStartColor = -1; in kPlayVMDInit()
404 g_sci->_video32->getVMDPlayer().init(x, y, flags, boostPercent, boostStartColor, boostEndColor); in kPlayVMDInit()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkvideo.cpp404 int16 boostStartColor; in kPlayVMDInit() local
408 boostStartColor = argv[4].toSint16(); in kPlayVMDInit()
412 boostStartColor = -1; in kPlayVMDInit()
416 g_sci->_video32->getVMDPlayer().init(x, y, flags, boostPercent, boostStartColor, boostEndColor); in kPlayVMDInit()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/graphics/
H A Dvideo32.h336 …nt16 y, const PlayFlags flags, const int16 boostPercent, const int16 boostStartColor, const int16 …
H A Dvideo32.cpp586 …nt16 y, const PlayFlags flags, const int16 boostPercent, const int16 boostStartColor, const int16 … in init() argument
611 _boostStartColor = CLIP<int16>(boostStartColor, 0, 255); in init()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dvideo32.h353 …nt16 y, const PlayFlags flags, const int16 boostPercent, const int16 boostStartColor, const int16 …
H A Dvideo32.cpp623 …nt16 y, const PlayFlags flags, const int16 boostPercent, const int16 boostStartColor, const int16 … in init() argument
648 _boostStartColor = CLIP<int16>(boostStartColor, 0, 255); in init()