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

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dwin_grab.c1615 if (((curgp->c_org.x + curg_mpr->curg_dim.x) < x) ||
1616 (curgp->c_org.x > (x + w)) ||
1617 ((curgp->c_org.y + curg_mpr->curg_dim.y) < y) ||
1618 (curgp->c_org.y > (y + h)))
1631 (*func) (data, win, curgp->c_org.x, curgp->c_org.y, &curg_mem);
H A Ddga_winshared.h273 Dga_coord_2d c_org; /* top left */ member in struct:dga_cursinfo

Completed in 16 milliseconds