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

/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dqix.c129 #define check_bounds(qp, val, del, max) \ macro
150 check_bounds(qp, qp->x1, &qp->dx1, qp->width);
151 check_bounds(qp, qp->y1, &qp->dy1, qp->height);
152 check_bounds(qp, qp->x2, &qp->dx2, qp->width);
153 check_bounds(qp, qp->y2, &qp->dy2, qp->height);

Completed in 24 milliseconds