Lines Matching refs:bottomy
859 int y, lasty = 0, bottomy, topy = 0; in miPolyBuildPoly() local
886 bottomy = ICEIL(maxy) + yi; in miPolyBuildPoly()
910 right[nright - 1].height = bottomy - lasty; in miPolyBuildPoly()
936 left[nleft - 1].height = bottomy - lasty; in miPolyBuildPoly()
939 *h = bottomy - topy; in miPolyBuildPoly()
1512 int lefty, righty, topy, bottomy; in miLineProjectingCap() local
1559 bottomy = yorgi + dy; in miLineProjectingCap()
1563 bottomy += (lw >> 1); in miLineProjectingCap()
1564 lefts[0].height = bottomy - topy; in miLineProjectingCap()
1572 rights[0].height = bottomy - topy; in miLineProjectingCap()
1579 miFillPolyHelper(pDrawable, pGC, pixel, spanData, topy, bottomy - topy, in miLineProjectingCap()
1615 bottomy = miPolyBuildEdge(xa, ya, in miLineProjectingCap()
1637 bottomy = in miLineProjectingCap()
1644 left->height = bottomy - lefty; in miLineProjectingCap()
1649 right->height = bottomy - righty; in miLineProjectingCap()
1653 bottom->height = finaly - bottomy; in miLineProjectingCap()
1655 bottom->height + bottomy - topy, lefts, rights, 2, 2); in miLineProjectingCap()
1681 int lefty, righty, topy, bottomy; in miWideSegment() local
1835 bottomy = miPolyBuildEdge(xap, yap, xap * dx + yap * dy, in miWideSegment()
1840 bottomy = miPolyBuildEdge(xa, ya, in miWideSegment()
1848 left->height = bottomy - lefty; in miWideSegment()
1853 right->height = bottomy - righty; in miWideSegment()
1857 bottom->height = finaly - bottomy; in miWideSegment()
1859 bottom->height + bottomy - topy, lefts, rights, 2, 2); in miWideSegment()