Lines Matching defs:bmap
112 CGUpdateColormap(ScreenPtr pScreen, int dex, int count, u_char *rmap, u_char *gmap, u_char *bmap)
120 sunCmap.blue = &bmap[dex];
129 CGGetColormap(ScreenPtr pScreen, int dex, int count, u_char *rmap, u_char *gmap, u_char *bmap)
137 sunCmap.blue = &bmap[dex];
152 u_char rmap[256], gmap[256], bmap[256];
176 bmap[i] = cmap->blue[(i & bMask) >> oBlue].co.local.blue >> 8;
179 (*pPrivate->GetColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap);
186 bmap[i] = pent->co.shco.blue->color >> 8;
191 bmap[i] = pent->co.local.blue >> 8;
196 (*pPrivate->UpdateColormap) (cmap->pScreen, 0, 256, rmap, gmap, bmap);
231 u_char rmap[256], gmap[256], bmap[256];
245 bmap[i] = pdefs->blue >> 8;
246 (*pPrivate->UpdateColormap) (pmap->pScreen, i, 1, rmap, gmap, bmap);
256 u_char *rmap, *gmap, *bmap;
261 bmap = origColormap->origBlue;
262 (*pPrivate->GetColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
270 u_char *rmap, *gmap, *bmap;
276 bmap = origColormap->origBlue;
277 (*pPrivate->UpdateColormap)(pScreen, 0, NCMAP, rmap, gmap, bmap);
384 CG2UpdateColormap(ScreenPtr pScreen, int index, int count, u_char *rmap, u_char *gmap, u_char *bmap)
393 fb->regs.bluemap[index] = bmap[index];
400 CG2GetColormap(ScreenPtr pScreen, int index, int count, u_char *rmap, u_char *gmap, u_char *bmap)
408 bmap[index] = fb->regs.bluemap[index];