Searched refs:copy_raw_fb (Results 1 – 3 of 3) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xwrappers.h | 77 extern void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h);
|
D | xwrappers.c | 124 void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h); 688 void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h) { in copy_raw_fb() function 809 copy_raw_fb(dest, x, y, w, h); in copy_image()
|
D | scan.c | 2775 copy_raw_fb(snap, 0, 0, dpy_x, dpy_y); in copy_snap()
|