Lines Matching defs:rect
247 void atyfb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
250 u32 color, dx = rect->dx, width = rect->width, rotation = 0;
254 if (!rect->width || !rect->height)
257 cfb_fillrect(info, rect);
263 color = ((u32 *)(info->pseudo_palette))[rect->color];
265 color = rect->color;
284 draw_rect(dx, rect->dy, width, rect->height, par);