Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
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); /* allo… in GetSystemGammas()
228 …pSysGammaOut->devGamma [devCount] = (precDeviceGamma) NewPtr (sizeof (recDeviceGamma)); /* new d… in GetSystemGammas()