Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/sci/graphics/
H A Dcelobj32.cpp451 inline byte translateMacColor(bool isMacSource, byte color) { in translateMacColor() function
469 *target = translateMacColor(isMacSource, pixel); in draw()
480 *target = translateMacColor(isMacSource, pixel); in draw()
494 *target = translateMacColor(isMacSource, pixel); in draw()
496 *target = g_sci->_gfxRemap32->remapColor(translateMacColor(isMacSource, pixel), *target); in draw()
511 *target = translateMacColor(isMacSource, pixel); in draw()
1364 target.fillRect(targetRect, translateMacColor(_isMacSource, _info.color)); in draw()