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

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

Completed in 5 milliseconds