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