Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macwm.c407 static unsigned char shiftedRamp[3 * 256]; variable
416 shiftedRamp[i] = ramp[i] >> 8; in Mac_SetGammaRamp()
419 if (SetDeviceGammaRampGD(GetMainDevice(), (Ptr) shiftedRamp)) in Mac_SetGammaRamp()
427 if (GetDeviceGammaRampGD(GetMainDevice(), (Ptr) shiftedRamp)) in Mac_GetGammaRamp()
432 ramp[i] = shiftedRamp[i] << 8; in Mac_GetGammaRamp()