Searched refs:cmapScrPrivateKey (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Color.c | 40 #define cmapScrPrivateKey (&cmapScrPrivateKeyRec) macro 42 #define GetInstalledColormap(s) ((ColormapPtr) dixLookupPrivate(&(s)->devPrivates, cmapScrPrivateKey)) 43 #define SetInstalledColormap(s,c) (dixSetPrivate(&(s)->devPrivates, cmapScrPrivateKey, c))
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Color.c | 40 #define cmapScrPrivateKey (&cmapScrPrivateKeyRec) macro 42 #define GetInstalledColormap(s) ((ColormapPtr) dixLookupPrivate(&(s)->devPrivates, cmapScrPrivateKey)) 43 #define SetInstalledColormap(s,c) (dixSetPrivate(&(s)->devPrivates, cmapScrPrivateKey, c))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 395 #define cmapScrPrivateKey (&cmapScrPrivateKeyRec) macro 397 #define GetInstalledColormap(s) ((ColormapPtr) dixLookupPrivate(&(s)->devPrivates, cmapScrPrivateKey)) 398 #define SetInstalledColormap(s,c) (dixSetPrivate(&(s)->devPrivates, cmapScrPrivateKey, c))
|
Completed in 6 milliseconds