Home
last modified time | relevance | path

Searched refs:bgcol (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/video/
Dtridentfb.c520 int col, bgcol; in tridentfb_imageblit() local
530 bgcol = img->bg_color; in tridentfb_imageblit()
531 bgcol |= bgcol << 8; in tridentfb_imageblit()
532 bgcol |= bgcol << 16; in tridentfb_imageblit()
535 bgcol = ((u32 *)(info->pseudo_palette))[img->bg_color]; in tridentfb_imageblit()
541 img->width, img->height, col, bgcol); in tridentfb_imageblit()