Lines Matching refs:ICEIL

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()
597 span->rw = -ICEIL(xorg - inx); in miComputeEllipseSpans()
600 span->lw = ICEIL(xorg - inx) - span->lx; in miComputeEllipseSpans()
601 span->rx = ICEIL(xorg + inx); in miComputeEllipseSpans()
602 span->rw = ICEIL(xorg + outx) - span->rx; in miComputeEllipseSpans()
1143 *by = ICEIL(ymin + yFtrans); in GetFPolyYBounds()
1144 *ty = ICEIL(ymax + yFtrans - 1); in GetFPolyYBounds()
1211 y = ICEIL(ptsIn[nextleft].y + yFtrans); in miFillSppPoly()
1282 cxl = ICEIL(xl); in miFillSppPoly()
1283 cxr = ICEIL(xr); in miFillSppPoly()
2534 minx = ICEIL(xmin + w) + tarc->x; in drawZeroArc()
2535 maxx = ICEIL(xmax + w) + tarc->x; in drawZeroArc()
2536 miny = ICEIL(ymin + h) + tarc->y; in drawZeroArc()
2537 maxy = ICEIL(ymax + h) + tarc->y; in drawZeroArc()
2739 bound->inneri.min = ICEIL(bound->inner.min - acc->fromIntY); in computeBound()
2741 bound->outeri.min = ICEIL(bound->outer.min - acc->fromIntY); in computeBound()
2901 linx = -ICEIL(acc->fromIntX - x); in arcSpan()
2902 rinx = ICEIL(acc->fromIntX + x); in arcSpan()
2919 loutx = -ICEIL(acc->fromIntX - x); in arcSpan()
2920 routx = ICEIL(acc->fromIntX + x); in arcSpan()
2951 lw = ICEIL(acc->fromIntX - x) - lx; in arcSpan0()
2953 rx = ICEIL(acc->fromIntX + x); in arcSpan0()
2982 n = ICEIL(acc->fromIntX + lx); in tailSpan()
2989 n = ICEIL(acc->fromIntX + rx); in tailSpan()
2998 ICEIL(acc->fromIntX - x), 0, in tailSpan()
2999 ICEIL(acc->fromIntX + x), 0, def, bounds, acc, mask); in tailSpan()
3514 miny = ICEIL(yy - acc->fromIntY); in drawQuadrant()
3589 ICEIL(acc->fromIntX - x), 0, in drawQuadrant()
3590 ICEIL(acc->fromIntX + x), 0, def, &bound, acc, mask); in drawQuadrant()