Searched refs:prootmap (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | colormap.c | 908 ColormapPtr prootmap; local in function:AllocColor 909 dixLookupResourceByType((pointer *)&prootmap, pmap->pScreen->defColormap, 912 if (pmap->class == prootmap->class) 913 FindColorInRootCmap (prootmap, prootmap->red, entries, &rgb, 925 ColormapPtr prootmap; local in function:AllocColor 926 dixLookupResourceByType((pointer *)&prootmap, pmap->pScreen->defColormap, 929 if (pmap->class == prootmap->class) 932 FindColorInRootCmap (prootmap, prootmap [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | colormap.c | 1016 ColormapPtr prootmap; local in function:AllocColor 1018 dixLookupResourceByType((void **) &prootmap, 1022 if (pmap->class == prootmap->class) 1023 FindColorInRootCmap(prootmap, prootmap->red, entries, &rgb, 1034 ColormapPtr prootmap; local in function:AllocColor 1036 dixLookupResourceByType((void **) &prootmap, 1040 if (pmap->class == prootmap->class) { 1042 FindColorInRootCmap(prootmap, prootmap [all...] |
Completed in 11 milliseconds