Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:xhi

1114 			int n, shift, xlo, xhi, k, block = 32;
1120 xhi = xlo + block;
1121 if (xhi > x2) {
1122 xhi = x2;
1124 n = xhi - xlo;
1140 if (xmax == -1 || xhi > xmax) {
1141 xmax = xhi;