Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dtight.c247 int subrectMaxWidth, subrectMaxHeight; in rfbNumCodedRectsTight() local
259 subrectMaxHeight = maxRectSize / subrectMaxWidth; in rfbNumCodedRectsTight()
261 ((h - 1) / subrectMaxHeight + 1)); in rfbNumCodedRectsTight()
618 int subrectMaxWidth, subrectMaxHeight; in SendRectSimple() local
648 subrectMaxHeight = maxRectSize / subrectMaxWidth; in SendRectSimple()
650 for (dy = 0; dy < h; dy += subrectMaxHeight) { in SendRectSimple()
653 rh = (dy + subrectMaxHeight < h) ? subrectMaxHeight : h - dy; in SendRectSimple()