Lines Matching defs:rect
1380 * @rect: pointer to fb_fillrect structure
1389 static void rivafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
1395 cfb_fillrect(info, rect);
1400 color = rect->color;
1403 color = ((u32 *)info->pseudo_palette)[rect->color];
1405 color = par->palette[rect->color];
1408 switch (rect->rop) {
1425 (rect->dx << 16) | rect->dy);
1428 (rect->width << 16) | rect->height);