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

  /external/libvncserver/libvncserver/
tight.c 247 int subrectMaxWidth, subrectMaxHeight;
259 subrectMaxHeight = maxRectSize / subrectMaxWidth;
261 ((h - 1) / subrectMaxHeight + 1));
618 int subrectMaxWidth, subrectMaxHeight;
648 subrectMaxHeight = maxRectSize / subrectMaxWidth;
650 for (dy = 0; dy < h; dy += subrectMaxHeight) {
653 rh = (dy + subrectMaxHeight < h) ? subrectMaxHeight : h - dy;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 177 int subrectMaxWidth, subrectMaxHeight;
189 subrectMaxHeight = maxRectSize / subrectMaxWidth;
191 ((h - 1) / subrectMaxHeight + 1));
498 int subrectMaxWidth, subrectMaxHeight;
528 subrectMaxHeight = maxRectSize / subrectMaxWidth;
530 for (dy = 0; dy < h; dy += subrectMaxHeight) {
533 rh = (dy + subrectMaxHeight < h) ? subrectMaxHeight : h - dy;
    [all...]

Completed in 408 milliseconds