Searched defs:fb_copyarea (Results 1 – 1 of 1) sorted by relevance
345 struct fb_copyarea { struct346 __u32 dx;347 __u32 dy;348 __u32 width;349 __u32 height;350 __u32 sx;351 __u32 sy;666 void (*fb_copyarea) (struct fb_info *info, const struct fb_copyarea *region); member