Searched refs:prootmap (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | colormap.c | 1016 ColormapPtr prootmap; in AllocColor() local 1018 dixLookupResourceByType((void **) &prootmap, in AllocColor() 1022 if (pmap->class == prootmap->class) in AllocColor() 1023 FindColorInRootCmap(prootmap, prootmap->red, entries, &rgb, in AllocColor() 1034 ColormapPtr prootmap; in AllocColor() local 1036 dixLookupResourceByType((void **) &prootmap, in AllocColor() 1040 if (pmap->class == prootmap->class) { in AllocColor() 1042 FindColorInRootCmap(prootmap, prootmap->red, entries, &rgb, in AllocColor() 1045 FindColorInRootCmap(prootmap, prootmap->green, entries, &rgb, in AllocColor() 1048 FindColorInRootCmap(prootmap, prootmap->blue, entries, &rgb, in AllocColor()
|