Lines Matching defs:rect
1374 * @rect: pointer to fb_fillrect structure
1383 static void rivafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
1389 cfb_fillrect(info, rect);
1394 color = rect->color;
1397 color = ((u32 *)info->pseudo_palette)[rect->color];
1399 color = par->palette[rect->color];
1402 switch (rect->rop) {
1419 (rect->dx << 16) | rect->dy);
1422 (rect->width << 16) | rect->height);