Searched refs:ICEIL (Results 1 – 4 of 4) sorted by relevance
567 span->lx = ICEIL(xorg - outx); in miComputeEllipseSpans()570 span->lw = ICEIL(xorg + outx) - span->lx; in miComputeEllipseSpans()571 span->rx = ICEIL(xorg + inx); in miComputeEllipseSpans()572 span->rw = -ICEIL(xorg - inx); in miComputeEllipseSpans()576 span->lw = ICEIL(xorg - inx) - span->lx; in miComputeEllipseSpans()577 span->rx = ICEIL(xorg + inx); in miComputeEllipseSpans()578 span->rw = ICEIL(xorg + outx) - span->rx; in miComputeEllipseSpans()593 span->lx = ICEIL(xorg - outx); in miComputeEllipseSpans()595 span->lw = ICEIL(xorg + outx) - span->lx; in miComputeEllipseSpans()596 span->rx = ICEIL(xorg + inx); in miComputeEllipseSpans()[all …]
53 ICEIL(double x) in ICEIL() function
813 y = ICEIL(y0); in miPolyBuildEdge()814 xady = ICEIL(k) + y * dx; in miPolyBuildEdge()886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()1212 ybase = ICEIL(yorg); in miLineArcD()1365 y = ICEIL(face->ya) + face->y; in miRoundJoinFace()1429 y = ICEIL(face->ya) + face->y; in miRoundCapClip()1642 finaly = ICEIL(maxy) + yorgi; in miLineProjectingCap()1845 finaly = ICEIL(maxy) + y2; in miWideSegment()
164634 Make the use of ICEIL slightly less ugly.