Searched refs:dst_fb (Results 1 – 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
D | scan.h | 47 char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line,
|
D | scan.c | 60 char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line, 778 char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line, in scale_rect() argument 949 dest = dst_fb + j*dst_bytes_per_line + imin*Bpp; in scale_rect() 995 dest = dst_fb + j*dst_bytes_per_line + i1*Bpp; in scale_rect() 1301 char *dst_fb, *src_fb = main_fb; in scale_and_mark_rect() local 1336 dst_fb = rfb_fb; in scale_and_mark_rect() 1340 src_fb, fac * main_bytes_per_line, dst_fb, dst_bpl, dpy_x, dpy_y, in scale_and_mark_rect()
|
D | userinput.c | 8140 char *dst_fb, *src_fb = main_fb; in scale_mark_xrootpmap() local 8161 dst_fb = rfb_fb; in scale_mark_xrootpmap() 8165 src_fb, fac * main_bytes_per_line, dst_fb, dst_bpl, dpy_x, yfac * dpy_y, in scale_mark_xrootpmap()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 4746 + char *dst_fb = image->data; 4923 + dest = dst_fb + j*dst_bytes_per_line + imin*Bpp; 4971 + dest = dst_fb + j*dst_bytes_per_line + i1*Bpp;
|