Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:box_y

4345 	int box_x, box_y, box_w, box_h;
4557 box_y = y;
4780 if (x != box_x || y != box_y) {
4782 if (0) fprintf(stderr, "DRAW1 %d %d\n", x - box_x, y - box_y);
4800 if (x != box_x && y != box_y && w != box_w && h != box_h) {
4884 box_y = y;
5072 y1 = nmin(box_y, orig_y) - f;
5074 y2 = nmax(box_y + box_h, orig_y + orig_h) + f;