Lines Matching refs:col
621 int col;
628 col = fr->color;
629 col |= col << 8;
630 col |= col << 16;
632 col = ((u32 *)(info->pseudo_palette))[fr->color];
636 fr->height, col, fr->rop);
643 int col, bgcol;
650 col = img->fg_color;
651 col |= col << 8;
652 col |= col << 16;
657 col = ((u32 *)(info->pseudo_palette))[img->fg_color];
664 img->width, img->height, col, bgcol);
1310 write3CE(par, 0x5, 0x40); /* no CGA compat, allow 256 col */
1381 u32 col;
1383 col = (red & 0xF800) | ((green & 0xFC00) >> 5) |
1385 col |= col << 16;
1386 ((u32 *)(info->pseudo_palette))[regno] = col;