Lines Matching refs:ul
28 #define isClipped(c,ul,lr) (((c) | ((c) - (ul)) | ((lr) - (c))) & 0x80008000) argument
251 INT32 ul, lr; in DOTS() local
254 ul = coordToInt(pBox->x1 - xorg, pBox->y1 - yorg); in DOTS()
262 if (!isClipped(pt, ul, lr)) { in DOTS()
271 if (!isClipped(pt, ul, lr)) { in DOTS()
610 INT32 ul, lr; in POLYLINE() local
624 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); in POLYLINE()
632 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { in POLYLINE()
699 if (isClipped(pt2, ul, lr)) in POLYLINE()
732 INT32 ul, lr; in POLYSEGMENT() local
744 ul = coordToInt(pBox->x1 - xoff, pBox->y1 - yoff); in POLYSEGMENT()
752 if (isClipped(pt1, ul, lr) | isClipped(pt2, ul, lr)) { in POLYSEGMENT()