Lines Matching refs:orig_y

100 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h,
3234 int orig_x, orig_y; in try_copyrect() local
3239 orig_y = y - dy; in try_copyrect()
3242 ty1 = nfix(orig_y, dpy_y); in try_copyrect()
3244 ty2 = nfix(orig_y+h, dpy_y+1); in try_copyrect()
3749 int orig_x, int orig_y, int orig_w, int orig_h, int x, int y, int w, int h, double ntim) { in ncache_pre_portions() argument
3809 orig_y -= np; in ncache_pre_portions()
3820 orig_y -= coff_y; in ncache_pre_portions()
3827 r2 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_pre_portions()
3832 dy = bs_y - orig_y; in ncache_pre_portions()
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); in ncache_pre_portions()
3881 void ncache_post_portions(int nidx, int use_batch, int orig_x, int orig_y, int orig_w, int orig_h, in ncache_post_portions() argument
3920 orig_y -= np; in ncache_post_portions()
3931 orig_y -= coff_y; in ncache_post_portions()
3959 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_post_portions()
3966 dy = orig_y - su_y; in ncache_post_portions()
3989 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_post_portions()
3996 int dy2 = su_y - orig_y; in ncache_post_portions()
4101 rects[0].y1 = orig_y; in ncache_post_portions()
4343 int orig_px, orig_py, orig_x, orig_y, orig_w, orig_h; in check_wireframe() local
4548 orig_y = y; in check_wireframe()
4736 …_x - orig_cursor_x, cursor_y - orig_cursor_y, px - orig_px, py - orig_py, x - orig_x, y - orig_y); in check_wireframe()
4744 if (frame_changed && py - orig_py != y - orig_y) { in check_wireframe()
4762 if (!frame_changed && (x != orig_x || y != orig_y)) { in check_wireframe()
4837 now_y = orig_y; in check_wireframe()
4931 dy = y - orig_y; in check_wireframe()
4944 try_to_fix_resize_su(orig_frame, orig_x, orig_y, orig_w, orig_h, x, y, w, h, try_batch); in check_wireframe()
4992 orig_x, orig_y, orig_w, orig_h, x, y, w, h, ntim); in check_wireframe()
5018 orig_x, orig_y, orig_w, orig_h, x, y, w, h, -1.0, ntim); in check_wireframe()
5072 y1 = nmin(box_y, orig_y) - f; in check_wireframe()
5074 y2 = nmax(box_y + box_h, orig_y + orig_h) + f; in check_wireframe()
5743 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h, in try_to_fix_resize_su() argument
5745 …if (!orig_frame || !orig_x || !orig_y || !orig_w || !orig_h || !x || !y || !w || !h || !try_batch)… in try_to_fix_resize_su()
7783 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h, in try_to_fix_resize_su() argument
7800 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x+orig_w, orig_y+orig_h); in try_to_fix_resize_su()
7812 …rinking resize %d %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, y); in try_to_fix_resize_su()
7822 dy = orig_y - sy1; in try_to_fix_resize_su()
7831 dy = sy1 - orig_y; in try_to_fix_resize_su()
7835 dy = orig_y - y; in try_to_fix_resize_su()
7859 …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); in try_to_fix_resize_su()
7881 dy = dy - (sy1 - orig_y); in try_to_fix_resize_su()