Lines Matching defs:yOrg
241 int end, int xOrg, int yOrg, double xFtrans,
246 int xOrg, int yOrg, double xFtrans, double yFtrans);
897 int xOrg = 0, yOrg = 0;
961 yOrg = max(yMin, 0);
963 pixmapHeight = min(yMax, pDraw->height) - yOrg;
971 parc->y -= yOrg;
975 yOrg += pDraw->y;
1103 pixmapHeight, xOrg, yOrg);
1355 int xOrg, yOrg;
1362 yOrg = (yOrgRight + yOrgLeft) / 2;
1366 translateBounds(&Right, xOrg - xOrgRight, yOrg - yOrgRight,
1369 translateBounds(&Left, xOrg - xOrgLeft, yOrg - yOrgLeft,
1411 miFillSppPoly(pDraw, pGC, cpt, pArcPts, xOrg, yOrg, xFtrans,
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);