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

/external/libvncserver/x11vnc/
H A Duserinput.c4345 int box_x, box_y, box_w, box_h; local
4559 box_h = h;
4784 } else if (w != box_w || h != box_h) {
4800 if (x != box_x && y != box_y && w != box_w && h != box_h) {
4818 } else if (w != box_w || h != box_h) {
4886 box_h = h;
5074 y2 = nmax(box_y + box_h, orig_y + orig_h) + f;

Completed in 142 milliseconds