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

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_macwm.c79 typedef recDeviceGamma * precDeviceGamma; typedef
84 precDeviceGamma * devGamma; /* array of pointers to device gamma records */
219 pSysGammaOut->devGamma = (precDeviceGamma *) NewPtr (sizeof (precDeviceGamma) * devCount); /* allocate for array of pointers to device records */
228 pSysGammaOut->devGamma [devCount] = (precDeviceGamma) NewPtr (sizeof (recDeviceGamma)); /* new device record */

Completed in 82 milliseconds