Searched defs:subrectMaxHeight (Results 1 - 2 of 2) sorted by relevance

/external/libvncserver/x11vnc/misc/turbovnc/
H A Dtight.c177 int subrectMaxWidth, subrectMaxHeight; local
189 subrectMaxHeight = maxRectSize / subrectMaxWidth;
191 ((h - 1) / subrectMaxHeight + 1));
498 int subrectMaxWidth, subrectMaxHeight; local
528 subrectMaxHeight = maxRectSize / subrectMaxWidth;
530 for (dy = 0; dy < h; dy += subrectMaxHeight) {
533 rh = (dy + subrectMaxHeight < h) ? subrectMaxHeight : h - dy;
/external/libvncserver/libvncserver/
H A Dtight.c247 int subrectMaxWidth, subrectMaxHeight; local
259 subrectMaxHeight = maxRectSize / subrectMaxWidth;
261 ((h - 1) / subrectMaxHeight + 1));
618 int subrectMaxWidth, subrectMaxHeight; local
648 subrectMaxHeight = maxRectSize / subrectMaxWidth;
650 for (dy = 0; dy < h; dy += subrectMaxHeight) {
653 rh = (dy + subrectMaxHeight < h) ? subrectMaxHeight : h - dy;

Completed in 44 milliseconds