Searched refs:dst_bytes_per_line (Results 1 – 3 of 3) 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()
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 4737 + int dst_bytes_per_line = image->bytes_per_line; 4923 + dest = dst_fb + j*dst_bytes_per_line + imin*Bpp; 4971 + dest = dst_fb + j*dst_bytes_per_line + i1*Bpp;
|