Lines Matching refs:topy
859 int y, lasty = 0, bottomy, topy = 0;
901 topy = y;
939 *h = bottomy - topy;
940 return topy;
1512 int lefty, righty, topy, bottomy;
1558 topy = yorgi;
1561 topy -= (lw >> 1);
1564 lefts[0].height = bottomy - topy;
1572 rights[0].height = bottomy - topy;
1579 miFillPolyHelper(pDrawable, pGC, pixel, spanData, topy, bottomy - topy,
1613 topy = miPolyBuildEdge(xap, yap, xap * dx + yap * dy,
1634 topy =
1646 top->height = righty - topy;
1651 top->height = lefty - topy;
1654 miFillPolyHelper(pDrawable, pGC, pixel, spanData, topy,
1655 bottom->height + bottomy - topy, lefts, rights, 2, 2);
1681 int lefty, righty, topy, bottomy;
1823 topy = miPolyBuildEdge(xap, yap, xap * dx + yap * dy,
1827 topy = miPolyBuildEdge(xa, ya, 0.0, -dy, dx, x1, y1, dx > 0, top);
1850 top->height = righty - topy;
1855 top->height = lefty - topy;
1858 miFillPolyHelper(pDrawable, pGC, pixel, spanData, topy,
1859 bottom->height + bottomy - topy, lefts, rights, 2, 2);