Searched refs:shiftedRamp (Results 1 – 1 of 1) sorted by relevance
407 static unsigned char shiftedRamp[3 * 256]; variable416 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()