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

  /external/libvncserver/libvncserver/
tight.c 247 int subrectMaxWidth, subrectMaxHeight;
258 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
259 subrectMaxHeight = maxRectSize / subrectMaxWidth;
618 int subrectMaxWidth, subrectMaxHeight;
647 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
648 subrectMaxHeight = maxRectSize / subrectMaxWidth;
    [all...]
  /external/libvncserver/x11vnc/misc/turbovnc/
tight.c 177 int subrectMaxWidth, subrectMaxHeight;
188 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
189 subrectMaxHeight = maxRectSize / subrectMaxWidth;
498 int subrectMaxWidth, subrectMaxHeight;
527 subrectMaxWidth = (w > maxRectWidth) ? maxRectWidth : w;
528 subrectMaxHeight = maxRectSize / subrectMaxWidth;
    [all...]

Completed in 92 milliseconds