Lines Matching defs:colour
107 * Both the framebuffer and the colour registers are apparently little endian.
108 * For framebuffer accesses we can just turn on byte swapping, for the colour
113 pnozz_write_colour(PnozzPtr pPnozz, int reg, CARD32 colour)
120 c2 = (colour << 8 | colour);
124 c2 = ((colour & 0xff) << 8) | ((colour & 0xff00) >> 8);
129 c2 = ((colour & 0x00ff00ff) << 8) | ((colour & 0xff00ff00) >> 8);
215 int colour,
225 pnozz_write_colour(pPnozz, FOREGROUND_COLOR, colour);
270 * chip applies the foreground colour to 0 pixels and background to 1
272 * that the chip doesn't support opaque colour expansion at all.
470 * - CPU to VRAM colour blits
519 /* colour expansion */