Lines Matching refs:ty1
1191 int tx1, ty1, tx2, ty2; in do_bdpush() local
1217 ty1 = attr.y; in do_bdpush()
1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2); in do_bdpush()
1244 ty1 = rect.y1; in do_bdpush()
1250 if (nabs(ty2-ty1) <= bdskinny) { in do_bdpush()
1267 if (bdy < ty1 || ty2 <= bdy) { in do_bdpush()
1273 ty1 -= coff_y; in do_bdpush()
1279 ty1 -= off_y; in do_bdpush()
1284 direct_fb_copy(tx1, ty1, tx2, ty2, 1); in do_bdpush()
1288 if (db > 1) fprintf(stderr, " BDP(%d,%d-%d,%d) dt: %.4f\n", tx1, ty1, tx2, ty2, dt); in do_bdpush()
1590 int tx1, ty1, tx2, ty2; in push_scr_ev() local
1592 ty1 = stack_list[gotk].y; in push_scr_ev()
1594 ty2 = ty1 + stack_list[gotk].height; in push_scr_ev()
1595 tmpregion2 = sraRgnCreateRect(tx1,ty1,tx2,ty2); in push_scr_ev()
1686 int tx1, ty1, tx2, ty2; in push_scr_ev() local
1696 ty1 = rect.y1; in push_scr_ev()
1700 win_area += (tx2 - tx1)*(ty2 - ty1); in push_scr_ev()
1710 ty1 = rect.y1; in push_scr_ev()
1714 area += (tx2 - tx1)*(ty2 - ty1); in push_scr_ev()
1733 ty1 = rect.y1; in push_scr_ev()
1739 ty1 -= coff_y; in push_scr_ev()
1745 ty1 -= off_y; in push_scr_ev()
1750 ty1 = nfix(ty1, dpy_y); in push_scr_ev()
1755 if (db) fprintf(stderr, " DFC(%d,%d-%d,%d)", tx1, ty1, tx2, ty2); in push_scr_ev()
1756 direct_fb_copy(tx1, ty1, tx2, ty2, 1); in push_scr_ev()
2412 int tx1, ty1, tx2, ty2; in mark_for_xdamage() local
2420 ty1 = nfix(y, dpy_y); in mark_for_xdamage()
2424 tmpregion = sraRgnCreateRect(tx1, ty1, tx2, ty2); in mark_for_xdamage()
3229 int k, tx1, tx2, ty1, ty2; in try_copyrect() local
3242 ty1 = nfix(orig_y, dpy_y); in try_copyrect()
3247 tx1, ty1, tx2, ty2, frame); in try_copyrect()
3249 moved_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3341 ty1 = nfix(attr.y, dpy_y); in try_copyrect()
3346 tx1, ty1, tx2, ty2, swin); in try_copyrect()
3350 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3358 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3369 ty1 = nfix(attr.y - dy, dpy_y); in try_copyrect()
3374 tx1, ty1, tx2, ty2, swin); in try_copyrect()
3378 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3399 ty1 = rect.y1; in try_copyrect()
3402 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3412 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3420 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2); in try_copyrect()
3463 tx1, ty1, tx2, ty2, dx, dy, dt); in try_copyrect()
3733 int ty1 = rect.y1; in push_borders() local
3736 scale_and_mark_rect(tx1, ty1, tx2, ty2, 1); in push_borders()