Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:ty2

1191 	int tx1, ty1, tx2, ty2;
1219 ty2 = attr.y + attr.height;
1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2);
1246 ty2 = rect.y2;
1250 if (nabs(ty2-ty1) <= bdskinny) {
1267 if (bdy < ty1 || ty2 <= bdy) {
1275 ty2 -= coff_y;
1281 ty2 -= 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;
1594 ty2 = ty1 + stack_list[gotk].height;
1595 tmpregion2 = sraRgnCreateRect(tx1,ty1,tx2,ty2);
1686 int tx1, ty1, tx2, ty2;
1698 ty2 = rect.y2;
1700 win_area += (tx2 - tx1)*(ty2 - ty1);
1712 ty2 = rect.y2;
1714 area += (tx2 - tx1)*(ty2 - ty1);
1735 ty2 = rect.y2;
1741 ty2 -= coff_y;
1747 ty2 -= off_y;
1752 ty2 = nfix(ty2, dpy_y+1);
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;
2422 ty2 = nfix(y + h, dpy_y+1);
2424 tmpregion = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3229 int k, tx1, tx2, ty1, ty2;
3244 ty2 = nfix(orig_y+h, dpy_y+1);
3247 tx1, ty1, tx2, ty2, frame);
3249 moved_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3343 ty2 = nfix(attr.y + attr.height, dpy_y+1);
3346 tx1, ty1, tx2, ty2, swin);
3350 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3358 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3371 ty2 = nfix(attr.y - dy + attr.height, dpy_y+1);
3374 tx1, ty1, tx2, ty2, swin);
3378 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3401 ty2 = rect.y2;
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);
3735 int ty2 = rect.y2;
3736 scale_and_mark_rect(tx1, ty1, tx2, ty2, 1);