Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:ty1

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