Lines Matching refs:topy
382 int y, lasty = 0, bottomy, topy = 0;
430 topy = y;
470 *h = bottomy - topy;
471 return topy;
1108 int lefty, righty, topy, bottomy;
1157 topy = yorgi;
1160 topy -= (lw >> 1);
1163 lefts[0].height = bottomy - topy;
1171 rights[0].height = bottomy - topy;
1178 miFillPolyHelper (pDrawable, pGC, pixel, spanData, topy, bottomy - topy, lefts, rights, 1, 1);
1217 topy = miPolyBuildEdge (xap, yap, xap * dx + yap * dy,
1240 topy = miPolyBuildEdge (xa, ya, 0.0, -dy, dx, xorgi, xorgi, dx > 0, top);
1250 top->height = righty - topy;
1256 top->height = lefty - topy;
1259 miFillPolyHelper (pDrawable, pGC, pixel, spanData, topy,
1260 bottom->height + bottomy - topy, lefts, rights, 2, 2);
1289 int lefty, righty, topy, bottomy;
1443 topy = miPolyBuildEdge (xap, yap, xap * dx + yap * dy,
1447 topy = miPolyBuildEdge (xa, ya, 0.0, -dy, dx, x1, y1, dx > 0, top);
1472 top->height = righty - topy;
1478 top->height = lefty - topy;
1481 miFillPolyHelper (pDrawable, pGC, pixel, spanData, topy,
1482 bottom->height + bottomy - topy, lefts, rights, 2, 2);