Lines Matching refs:area
1049 * Copies on area of the screen to another area.
1052 * @area: structure defining the source and destination.
1157 const struct fb_copyarea *area)
1169 cfb_copyarea(info, area);
1264 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1269 dx = area->dx;
1270 dy = area->dy;
1271 width = area->width;
1272 height = area->height;
1273 sx = area->sx;
1274 sy = area->sy;
1307 cfb_copyarea(info, area);
1311 width, line_length, area);