Home
last modified time | relevance | path

Searched refs:copy_raw_fb (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dxwrappers.h77 extern void copy_raw_fb(XImage *dest, int x, int y, unsigned int w, unsigned int h);
Dxwrappers.c124 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()
Dscan.c2775 copy_raw_fb(snap, 0, 0, dpy_x, dpy_y); in copy_snap()