Home
last modified time | relevance | path

Searched refs:last_Ny (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/
Dscan.c808 static int last_Nx = -1, last_Ny = -1, cnt = 0; in scale_rect() local
837 if (factor_x != last_factor || Nx != last_Nx || Ny != last_Ny) { in scale_rect()
841 last_Ny = Ny; in scale_rect()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch4721 + static int last_Nx = -1, last_Ny = -1, cnt = 0;
4809 + if (factor_x != last_factor || Nx != last_Nx || Ny != last_Ny) {
4813 + last_Ny = Ny;