Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dscan.h47 char *src_fb, int src_bytes_per_line, char *dst_fb, int dst_bytes_per_line,
Dscan.c60 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/
Dtight-vncviewer-full.patch4737 + 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;