Searched refs:xleft (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dwin_grab.c1223 *xp = infop->w_window_boundary.xleft;
1282 int ytop, ybot, xleft, xright; local
1289 ytop = *ptr++; ybot = *ptr++; xleft = *ptr++; xright = *ptr++;
1293 if (xleft > xright) {
1294 tmp = xleft; xleft = xright; xright = tmp;
1296 if ((yb == ytop) && (xb == xleft) &&
1297 (hb == (ybot - ytop)) && (wb == (xright - xleft))) {
H A Ddga_winshared.h569 int xleft, ytop; /* upper-left corner, in pixels */ member in struct:wx_winfo::__anon463

Completed in 17 milliseconds