Lines Matching refs:yFtrans
242 double yFtrans);
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
1123 GetFPolyYBounds(SppPointPtr pts, int n, double yFtrans, int *by, int *ty) in GetFPolyYBounds() argument
1143 *by = ICEIL(ymin + yFtrans); in GetFPolyYBounds()
1144 *ty = ICEIL(ymax + yFtrans - 1); in GetFPolyYBounds()
1164 double xFtrans, double yFtrans /* translate before conversion in miFillSppPoly() argument
1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); in miFillSppPoly()
1211 y = ICEIL(ptsIn[nextleft].y + yFtrans); in miFillSppPoly()
1218 if ((y > (ptsIn[nextleft].y + yFtrans) || in miFillSppPoly()
1219 ISEQUAL(y, ptsIn[nextleft].y + yFtrans)) && in miFillSppPoly()
1232 dy = y - (ptsIn[left].y + yFtrans); in miFillSppPoly()
1238 if ((y > ptsIn[nextright].y + yFtrans) || in miFillSppPoly()
1239 (ISEQUAL(y, ptsIn[nextright].y + yFtrans) in miFillSppPoly()
1252 dy = y - (ptsIn[right].y + yFtrans); in miFillSppPoly()
1261 i = (min(ptsIn[nextleft].y, ptsIn[nextright].y) + yFtrans) - y; in miFillSppPoly()
1356 double xFtrans, yFtrans; in miArcJoin() local
1364 yFtrans = (yFtransLeft + yFtransRight) / 2; in miArcJoin()
1367 xFtrans - xFtransRight, yFtrans - yFtransRight); in miArcJoin()
1370 xFtrans - xFtransLeft, yFtrans - yFtransLeft); in miArcJoin()
1412 yFtrans); in miArcJoin()
1447 miFillSppPoly(pDraw, pGC, polyLen, poly, xOrg, yOrg, xFtrans, yFtrans); in miArcJoin()
1454 int end, int xOrg, int yOrg, double xFtrans, double yFtrans) in miArcCap() argument
1473 miFillSppPoly(pDraw, pGC, 5, poly, xOrg, yOrg, xFtrans, yFtrans); in miArcCap()
1482 -xOrg, -yOrg, xFtrans, yFtrans); in miArcCap()
1500 int fLineEnd, int xOrg, int yOrg, double xFtrans, double yFtrans) in miRoundCap() argument
1528 miFillSppPoly(pDraw, pGC, cpt, pArcPts, -xOrg, -yOrg, xFtrans, yFtrans); in miRoundCap()