Lines Matching refs:area
1043 * Copies on area of the screen to another area.
1046 * @area: structure defining the source and destination.
1151 const struct fb_copyarea *area)
1163 cfb_copyarea(info, area);
1258 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1263 dx = area->dx;
1264 dy = area->dy;
1265 width = area->width;
1266 height = area->height;
1267 sx = area->sx;
1268 sy = area->sy;
1301 cfb_copyarea(info, area);
1305 width, line_length, area);