Searched refs:subrectMaxWidth (Results 1 – 1 of 1) sorted by relevance
247 int subrectMaxWidth, subrectMaxHeight; in rfbNumCodedRectsTight() local258 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in rfbNumCodedRectsTight()259 subrectMaxHeight = maxRectSize / subrectMaxWidth; in rfbNumCodedRectsTight()618 int subrectMaxWidth, subrectMaxHeight; in SendRectSimple() local647 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w; in SendRectSimple()648 subrectMaxHeight = maxRectSize / subrectMaxWidth; in SendRectSimple()