Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c297 int nMaxRows; in SendRectEncodingTight() local
364 nMaxRows = maxRectSize / nMaxWidth; in SendRectEncodingTight()
373 if (dy - y >= nMaxRows) { in SendRectEncodingTight()
374 if (!SendRectSimple(cl, x, y, w, nMaxRows)) in SendRectEncodingTight()
376 y += nMaxRows; in SendRectEncodingTight()
377 h -= nMaxRows; in SendRectEncodingTight()