Home
last modified time | relevance | path

Searched refs:box_w (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Duserinput.c4345 int box_x, box_y, box_w, box_h; in check_wireframe() local
4558 box_w = w; in check_wireframe()
4784 } else if (w != box_w || h != box_h) { in check_wireframe()
4800 if (x != box_x && y != box_y && w != box_w && h != box_h) { in check_wireframe()
4818 } else if (w != box_w || h != box_h) { in check_wireframe()
4885 box_w = w; in check_wireframe()
5073 x2 = nmax(box_x + box_w, orig_x + orig_w) + f; in check_wireframe()