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

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dwin_grab.c1228 *xp = infop->w_window_boundary.xleft;
1287 int ytop, ybot, xleft, xright; local
1294 ytop = *ptr++; ybot = *ptr++; xleft = *ptr++; xright = *ptr++;
1298 if (xleft > xright) {
1299 tmp = xleft; xleft = xright; xright = tmp;
1301 if ((yb == ytop) && (xb == xleft) &&
1302 (hb == (ybot - ytop)) && (wb == (xright - xleft))) {
H A Ddga_winshared.h569 int xleft, ytop; /* upper-left corner, in pixels */ member in struct:wx_winfo::__anon169

Completed in 11 milliseconds