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

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c76 GDHandle hGD; /* handle to device */ member in struct:recDeviceGamma
105 static OSErr GetGammaTable (GDHandle hGD, GammaTblPtr * ppTableGammaOut) argument
114 cParam.ioCRefNum = (**hGD).gdRefNum;
125 static Ptr GetDeviceGamma (GDHandle hGD) argument
131 err = GetGammaTable (hGD, &pTableGammaDevice); /* get a pointer to the devices table */
166 static Boolean GetDeviceGammaRampGD (GDHandle hGD, Ptr pRamp) argument
174 err = GetGammaTable (hGD, &pTableGammaTemp); /* get a pointer to the current gamma */
231 pSysGammaOut->devGamma [devCount]->hGD = hGDevice; /* stuff handle */
249 static void RestoreDeviceGamma (GDHandle hGD, Ptr pGammaTable) argument
261 err = Control((**hGD)
306 SetDeviceGammaRampGD(GDHandle hGD, Ptr pRamp) argument
[all...]

Completed in 69 milliseconds