HomeSort by relevance Sort by last modified time
    Searched refs:nMaxRows (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/libvncserver/
tight.c 297 int nMaxRows;
364 nMaxRows = maxRectSize / nMaxWidth;
373 if (dy - y >= nMaxRows) {
374 if (!SendRectSimple(cl, x, y, w, nMaxRows))
376 y += nMaxRows;
377 h -= nMaxRows;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 202 int nMaxRows;
251 nMaxRows = maxRectSize / nMaxWidth;
260 if (dy - y >= nMaxRows) {
261 if (!SendRectSimple(cl, x, y, w, nMaxRows))
263 y += nMaxRows;
264 h -= nMaxRows;
    [all...]

Completed in 47 milliseconds