Lines Matching defs:rect
666 const struct fb_fillrect *rect)
674 cfb_fillrect(info, rect);
678 if (!rect->width || !rect->height)
682 fg_color = ((u32 *)info->pseudo_palette)[rect->color];
684 fg_color = rect->color;
686 if (rect->rop == ROP_XOR)
693 rect->width, rect->height, info->var.bits_per_pixel,
694 viapar->vram_addr, info->fix.line_length, rect->dx, rect->dy,
696 cfb_fillrect(info, rect);