Lines Matching defs:rect
148 const struct fb_fillrect *rect);1461 const struct fb_fillrect *rect)1471 cfb_fillrect(info, rect);1475 if (rect->rop == ROP_COPY)1481 color = dinfo->pseudo_palette[rect->color];1483 color = rect->color;1485 intelfbhw_do_fillrect(dinfo, rect->dx, rect->dy,1486 rect->width, rect->height, color,