Searched refs:SHAREDCOLOR (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | colormapst.h | 58 } SHAREDCOLOR; typedef in typeref:struct:__anon395ab7990108 72 SHAREDCOLOR *red, *green, *blue;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | colormapst.h | 62 } SHAREDCOLOR; typedef in typeref:struct:__anon9fce0ac60108 78 SHAREDCOLOR *red, *green, *blue;
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 2094 SHAREDCOLOR *pshared, **ppshared, **psharedList; 2098 psharedList = malloc(npixShared * sizeof(SHAREDCOLOR *)); 2104 if (!(ppshared[z] = malloc(sizeof(SHAREDCOLOR)))) 2422 SHAREDCOLOR *pred, *pgreen, *pblue;
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 1962 SHAREDCOLOR *pshared, **ppshared, **psharedList; 1966 psharedList = xallocarray(npixShared, sizeof(SHAREDCOLOR *)); 1971 if (!(ppshared[z] = malloc(sizeof(SHAREDCOLOR)))) { 2247 SHAREDCOLOR *pred, *pgreen, *pblue;
|
Completed in 8 milliseconds