Lines Matching defs:bmap
128 uint8_t *rmap, uint8_t *gmap, uint8_t *bmap);
358 uint8_t rmap[256], gmap[256], bmap[256];
379 bmap[i] = cmap->blue[(i & bMask) >> oBlue].co.local.blue >> 11;
388 bmap[i] = pent->co.shco.blue->color >> 11;
393 bmap[i] = pent->co.local.blue >> 11;
397 x68kUpdateColormap(cmap->pScreen, 0, 1<<(pPriv->depth), rmap, gmap, bmap);
456 uint8_t rmap[256], gmap[256], bmap[256];
470 bmap[i] = pdefs->blue >> 11;
471 x68kUpdateColormap(pmap->pScreen, i, 1, rmap, gmap, bmap);
488 uint8_t *rmap, uint8_t *gmap, uint8_t *bmap)
496 (uint16_t)bmap[dex] << 1;