Lines Matching refs:lr
28 #define isClipped(c,ul,lr) ((((c) - (ul)) | ((lr) - (c))) & 0x80008000)
292 INT32 ul, lr;
296 lr = coordToInt(pBox->x2 - xorg - 1, pBox->y2 - yorg - 1);
305 if (!isClipped(pt,ul,lr))
317 if (!isClipped(pt,ul,lr))
686 INT32 ul, lr;
700 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
708 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))
789 if (isClipped (pt2, ul, lr))
825 INT32 ul, lr;
837 lr = coordToInt(pBox->x2 - xoff - 1, pBox->y2 - yoff - 1);
845 if (isClipped (pt1, ul, lr) | isClipped (pt2, ul, lr))