Home
last modified time | relevance | path

Searched defs:fb_copyarea (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/linux/
Dfb.h345 struct fb_copyarea { struct
346 __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