Lines Matching defs:rect
318 void nvidiafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
327 cfb_fillrect(info, rect);
332 color = rect->color;
334 color = ((u32 *) info->pseudo_palette)[rect->color];
336 if (rect->rop != ROP_COPY)
337 NVSetRopSolid(info, rect->rop, ~0);
343 NVDmaNext(par, (rect->dx << 16) | rect->dy);
344 NVDmaNext(par, (rect->width << 16) | rect->height);
348 if (rect->rop != ROP_COPY)