Lines Matching refs:lr
28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000)
251 INT32 ul, lr;
255 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
262 if (!isClipped(pt, ul, lr)) {
271 if (!isClipped(pt, ul, lr)) {
610 INT32 ul, lr;
625 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {
699 if (isClipped(pt2, ul, lr))
732 INT32 ul, lr;
745 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
752 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) {