Home
last modified time | relevance | path

Searched refs:targetColorIntensity (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Ddialogue_menu.cpp333 int targetColorIntensity = 0; in draw() local
335 targetColorIntensity = 31; in draw()
337 targetColorIntensity = 16; in draw()
340 targetColorIntensity = 0; in draw()
343 if (_items[i].colorIntensity < targetColorIntensity) { in draw()
345 if (_items[i].colorIntensity > targetColorIntensity) { in draw()
346 _items[i].colorIntensity = targetColorIntensity; in draw()
348 } else if (_items[i].colorIntensity > targetColorIntensity) { in draw()
350 if (_items[i].colorIntensity < targetColorIntensity) { in draw()
351 _items[i].colorIntensity = targetColorIntensity; in draw()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Ddialogue_menu.cpp333 int targetColorIntensity = 0; in draw() local
335 targetColorIntensity = 31; in draw()
337 targetColorIntensity = 16; in draw()
340 targetColorIntensity = 0; in draw()
343 if (_items[i].colorIntensity < targetColorIntensity) { in draw()
345 if (_items[i].colorIntensity > targetColorIntensity) { in draw()
346 _items[i].colorIntensity = targetColorIntensity; in draw()
348 } else if (_items[i].colorIntensity > targetColorIntensity) { in draw()
350 if (_items[i].colorIntensity < targetColorIntensity) { in draw()
351 _items[i].colorIntensity = targetColorIntensity; in draw()