Home
last modified time | relevance | path

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

/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DRegion.cxx125 int firstInNextBand = i; in get_rects() local
128 while (nRects > 0 && boxes[firstInNextBand].y1 == boxes[i].y1) in get_rects()
130 firstInNextBand += yInc; in get_rects()
136 i = firstInNextBand - yInc; in get_rects()
145 i = firstInNextBand; in get_rects()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DRegion.cxx125 int firstInNextBand = i; in get_rects() local
128 while (nRects > 0 && boxes[firstInNextBand].y1 == boxes[i].y1) in get_rects()
130 firstInNextBand += yInc; in get_rects()
136 i = firstInNextBand - yInc; in get_rects()
145 i = firstInNextBand; in get_rects()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Drfbserver.c1188 int nrects, nrectsInBand, x_inc, y_inc, thisRect, firstInNextBand; local
1211 firstInNextBand = thisRect;
1215 (REGION_RECTS(reg)[firstInNextBand].y1
1218 firstInNextBand += y_inc;
1224 thisRect = firstInNextBand - y_inc;
1264 thisRect = firstInNextBand;