Home | History | Annotate | Download | only in dev

Lines Matching refs:cmap

238 		fb->cmap.r[i] = *color++;
239 fb->cmap.g[i] = *color++;
240 fb->cmap.b[i] = *color++;
267 memcpy(fb->cmap.r + 0xc0, fb->cmap.r + 0x00, 0x10);
268 memcpy(fb->cmap.g + 0xc0, fb->cmap.g + 0x00, 0x10);
269 memcpy(fb->cmap.b + 0xc0, fb->cmap.b + 0x00, 0x10);
270 memcpy(fb->cmap.r + 0x30, fb->cmap.r + 0xf0, 0x10);
271 memcpy(fb->cmap.g + 0x30, fb->cmap.g + 0xf0, 0x10);
272 memcpy(fb->cmap.b + 0x30, fb->cmap.b + 0xf0, 0x10);
280 memcpy(fb->cmap.r + 0x08, fb->cmap.r + 0xf8, 0x08);
281 memcpy(fb->cmap.g + 0x08, fb->cmap.g + 0xf8, 0x08);
282 memcpy(fb->cmap.b + 0x08, fb->cmap.b + 0xf8, 0x08);
524 if ((error = copyout(fb->cmap.r + index, cm->red, count)) != 0)
526 if ((error = copyout(fb->cmap.g + index, cm->green, count)) != 0)
528 if ((error = copyout(fb->cmap.b + index, cm->blue, count)) != 0)