Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:orig_h

100 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h,
3749 int orig_x, int orig_y, int orig_w, int orig_h, int x, int y, int w, int h, double ntim) {
3811 orig_h += 2 * np;
3827 r2 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h);
3838 dnow() - ntim, bs_x - orig_x, bs_y - orig_y, dx, dy, orig_w, orig_h, orig_x, orig_y, bs_x, bs_y);
3881 void ncache_post_portions(int nidx, int use_batch, int orig_x, int orig_y, int orig_w, int orig_h,
3922 orig_h += 2 * np;
3959 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h);
3989 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h);
4103 rects[0].y2 = orig_h;
4114 int now_x, int now_y, int orig_w, int orig_h, int x, int y, int w, int h, double batch_delay) {
4139 if (ncdb) fprintf(stderr, "do_COPY: now_xy: %d %d, orig_wh: %d %d, xy: %d %d, wh: %d %d\n",now_x, now_y, orig_w, orig_h, x, y, w, h);
4142 now_x, now_y, orig_w, orig_h, x, y, w, h, ntim);
4181 now_x, now_y, orig_w, orig_h, x, y, w, h, batch_delay, ntim);
4343 int orig_px, orig_py, orig_x, orig_y, orig_w, orig_h;
4550 orig_h = h;
4749 if (!frame_changed && (w != orig_w || h != orig_h)) {
4840 if (orig_w != w || orig_h != h) {
4867 tb, now_x, now_y, orig_w, orig_h, x, y, w, h,
4926 tb, now_x, now_y, orig_w, orig_h, x, y, w, h, -1.0);
4942 } else if (w != orig_w || h != orig_h) {
4944 try_to_fix_resize_su(orig_frame, orig_x, orig_y, orig_w, orig_h, x, y, w, h, try_batch);
4992 orig_x, orig_y, orig_w, orig_h, x, y, w, h, ntim);
5018 orig_x, orig_y, orig_w, orig_h, x, y, w, h, -1.0, ntim);
5074 y2 = nmax(box_y + box_h, orig_y + orig_h) + f;
5743 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h,
5745 if (!orig_frame || !orig_x || !orig_y || !orig_w || !orig_h || !x || !y || !w || !h || !try_batch) {}
7783 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h,
7800 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x+orig_w, orig_y+orig_h);
7810 if (orig_w >= w && orig_h >= h) {
7812 if (0) fprintf(stderr, "Shrinking resize %d %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y);
7859 if (0) fprintf(stderr, "Growing resize %d %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y);