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

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

Completed in 42 milliseconds