Home
last modified time | relevance | path

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

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