Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
DSDL_macwm.c205 precSystemGamma pSysGammaOut; /* return pointer to system device gamma info */ in GetSystemGammas() local
210 pSysGammaOut = (precSystemGamma) NewPtr (sizeof (recSystemGamma)); /* allocate for structure */ in GetSystemGammas()
219pSysGammaOut->devGamma = (precDeviceGamma *) NewPtr (sizeof (precDeviceGamma) * devCount); /* allo… in GetSystemGammas()
220 if (pSysGammaOut) in GetSystemGammas()
222 pSysGammaOut->numDevices = devCount; /* stuff count */ in GetSystemGammas()
228pSysGammaOut->devGamma [devCount] = (precDeviceGamma) NewPtr (sizeof (recDeviceGamma)); /* new d… in GetSystemGammas()
229 if (pSysGammaOut->devGamma [devCount]) /* if we actually allocated memory */ in GetSystemGammas()
231 pSysGammaOut->devGamma [devCount]->hGD = hGDevice; /* stuff handle */ in GetSystemGammas()
232pSysGammaOut->devGamma [devCount]->pDeviceGamma = (GammaTblPtr)GetDeviceGamma (hGDevice); /* copy … in GetSystemGammas()
241 return (Ptr) pSysGammaOut; /* return pointer to structure */ in GetSystemGammas()
[all …]