Lines Matching refs:orig_x
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
3238 orig_x = x - dx; in try_copyrect()
3241 tx1 = nfix(orig_x, dpy_x); in try_copyrect()
3243 tx2 = nfix(orig_x+w, dpy_x+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
3808 orig_x -= np; in ncache_pre_portions()
3819 orig_x -= coff_x; in ncache_pre_portions()
3827 r2 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_pre_portions()
3831 dx = bs_x - orig_x; 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
3919 orig_x -= np; in ncache_post_portions()
3930 orig_x -= coff_x; in ncache_post_portions()
3959 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_post_portions()
3965 dx = orig_x - su_x; in ncache_post_portions()
3989 r1 = sraRgnCreateRect(orig_x, orig_y, orig_x + orig_w, orig_y + orig_h); in ncache_post_portions()
3995 int dx2 = su_x - orig_x; in ncache_post_portions()
4100 rects[0].x1 = orig_x; in ncache_post_portions()
4343 int orig_px, orig_py, orig_x, orig_y, orig_w, orig_h; in check_wireframe() local
4547 orig_x = x; /* frame position */ 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()
4741 if (frame_changed && px - orig_px != x - orig_x) { in check_wireframe()
4762 if (!frame_changed && (x != orig_x || y != orig_y)) { in check_wireframe()
4836 now_x = orig_x; in check_wireframe()
4930 dx = x - orig_x; 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()
5071 x1 = nmin(box_x, orig_x) - f; in check_wireframe()
5073 x2 = nmax(box_x + box_w, orig_x + orig_w) + 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 …Shrinking resize %d %dx%d+%d+%d -> %dx%d+%d+%d\n", idx, orig_w, orig_h, orig_x, orig_y, w, h, x, … in try_to_fix_resize_su()
7821 dx = orig_x - sx1; in try_to_fix_resize_su()
7830 dx = sx1 - orig_x; in try_to_fix_resize_su()
7834 dx = orig_x - x; 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, … in try_to_fix_resize_su()
7880 dx = dx - (sx1 - orig_x); in try_to_fix_resize_su()