Lines Matching defs:rect
149 const struct fb_fillrect *rect);1468 const struct fb_fillrect *rect)1478 cfb_fillrect(info, rect);1482 if (rect->rop == ROP_COPY)1488 color = dinfo->pseudo_palette[rect->color];1490 color = rect->color;1492 intelfbhw_do_fillrect(dinfo, rect->dx, rect->dy,1493 rect->width, rect->height, color,