Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macwm.c84 precDeviceGamma * devGamma; /* array of pointers to device gamma records */ member
154 if (pSysGammaIn->devGamma [i]) /* if pointer is valid */ in DisposeSystemGammas()
156 DisposeGammaTable ((Ptr) pSysGammaIn->devGamma [i]->pDeviceGamma); /* dump gamma table */ in DisposeSystemGammas()
157 DisposePtr ((Ptr) pSysGammaIn->devGamma [i]); /* dump device info */ in DisposeSystemGammas()
159 DisposePtr ((Ptr) pSysGammaIn->devGamma); /* dump device pointer array */ in DisposeSystemGammas()
219 …pSysGammaOut->devGamma = (precDeviceGamma *) NewPtr (sizeof (precDeviceGamma) * devCount); /* allo… in GetSystemGammas()
228 …pSysGammaOut->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()
232 …pSysGammaOut->devGamma [devCount]->pDeviceGamma = (GammaTblPtr)GetDeviceGamma (hGDevice); /* copy … in GetSystemGammas()
[all …]