Home | History | Annotate | Download | only in x11vnc

Lines Matching refs:tx2

1191 	int tx1, ty1, tx2, ty2;
1218 tx2 = attr.x + attr.width;
1228 frame = sraRgnCreateRect(tx1, ty1, tx2, ty2);
1245 tx2 = rect.x2;
1253 if (nabs(tx2-tx1) <= bdskinny) {
1262 if (bdx < tx1 || tx2 <= bdx) {
1274 tx2 -= coff_x;
1280 tx2 -= off_x;
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;
1593 tx2 = tx1 + stack_list[gotk].width;
1595 tmpregion2 = sraRgnCreateRect(tx1,ty1,tx2,ty2);
1686 int tx1, ty1, tx2, ty2;
1697 tx2 = rect.x2;
1700 win_area += (tx2 - tx1)*(ty2 - ty1);
1711 tx2 = rect.x2;
1714 area += (tx2 - tx1)*(ty2 - ty1);
1734 tx2 = rect.x2;
1740 tx2 -= coff_x;
1746 tx2 -= off_x;
1751 tx2 = nfix(tx2, dpy_x+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;
2421 tx2 = nfix(x + w, dpy_x+1);
2424 tmpregion = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3229 int k, tx1, tx2, ty1, ty2;
3243 tx2 = nfix(orig_x+w, dpy_x+1);
3247 tx1, ty1, tx2, ty2, frame);
3249 moved_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3342 tx2 = nfix(attr.x + attr.width, dpy_x+1);
3346 tx1, ty1, tx2, ty2, swin);
3350 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3358 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3370 tx2 = nfix(attr.x - dx + attr.width, dpy_x+1);
3374 tx1, ty1, tx2, ty2, swin);
3378 tmp_win = sraRgnCreateRect(tx1, ty1, tx2, ty2);
3400 tx2 = rect.x2;
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);
3734 int tx2 = rect.x2;
3736 scale_and_mark_rect(tx1, ty1, tx2, ty2, 1);