Home
last modified time | relevance | path

Searched refs:ICEIL (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c567 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 …]
H A Dmifpoly.h53 ICEIL(double x) in ICEIL() function
H A Dmiwideline.c813 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()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog164634 Make the use of ICEIL slightly less ugly.