Lines Matching defs:xa

561 	pLeft->xa = -pLeft->xa;
569 pRight->xa = -pRight->xa;
575 vertices[0].x = pRight->xa;
587 vertices[2].x = pLeft->xa;
592 my = (pLeft->dy * (pRight->xa * pRight->dy - pRight->ya * pRight->dx) -
593 pRight->dy * (pLeft->xa * pLeft->dy - pLeft->ya * pLeft->dx )) /
597 mx = pLeft->xa + (my - pLeft->ya) *
602 mx = pRight->xa + (my - pRight->ya) *
638 adx = dx = pRight->xa - pLeft->xa;
649 slopes[2].k = ((pLeft->xa + pRight->xa) * slopes[2].dy -
922 double xa, ya;
927 xa = face->xa;
933 xa = 0.0;
956 y = miPolyBuildEdge (xa, ya, 0.0, dx, dy, face->x, face->y, !left, edge);
974 pLeft->xa = -pLeft->xa;
979 pRight->xa = -pRight->xa;
991 double xa, ya, k;
996 xa = face->xa;
1006 xa = -xa;
1025 y = miPolyBuildEdge (xa, ya, k, dx, dy, face->x, face->y, !left, edge);
1111 double xa,ya;
1182 xa = face->xa;
1185 projectYoff = xa;
1202 righty = miPolyBuildEdge (xa, ya,
1205 xa = -xa;
1208 lefty = miPolyBuildEdge (xa - projectXoff, ya - projectYoff,
1213 xa = -xa;
1215 xap = xa - projectXoff;
1219 bottomy = miPolyBuildEdge (xa, ya,
1225 righty = miPolyBuildEdge (xa - projectXoff, ya - projectYoff,
1228 xa = -xa;
1231 lefty = miPolyBuildEdge (xa, ya,
1236 xa = -xa;
1238 xap = xa - projectXoff;
1240 topy = miPolyBuildEdge (xa, ya, 0.0, -dy, dx, xorgi, xorgi, dx > 0, top);
1280 double xa, ya;
1333 rightFace->xa = 0;
1336 leftFace->xa = 0;
1352 leftFace->xa = (double) lw / 2.0;
1355 rightFace->xa = -leftFace->xa;
1392 xa = r * dy;
1397 projectYoff = xa;
1400 /* xa * dy - ya * dx */
1403 leftFace->xa = xa;
1406 rightFace->xa = -xa;
1411 righty = miPolyBuildEdge (xa - projectXoff, ya - projectYoff,
1414 righty = miPolyBuildEdge (xa, ya,
1419 xa = -xa;
1421 /* xa * dy - ya * dx */
1425 lefty = miPolyBuildEdge (xa - projectXoff, ya - projectYoff,
1428 lefty = miPolyBuildEdge (xa, ya,
1436 xa = -xa;
1441 double xap = xa - projectXoff;
1447 topy = miPolyBuildEdge (xa, ya, 0.0, -dy, dx, x1, y1, dx > 0, top);
1453 double xap = xa + projectXoff;
1461 bottomy = miPolyBuildEdge (xa, ya,
1865 lcapFace.xa = -vertices[V_LEFT].x;
1871 lcapFace.xa = vertices[V_TOP].x;
1881 rcapFace.xa = vertices[V_BOTTOM].x;
1887 rcapFace.xa = -vertices[V_RIGHT].x;
1972 lcapFace.xa = -vertices[V_LEFT].x;
1978 lcapFace.xa = vertices[V_TOP].x;
2000 leftFace->xa = rdy;
2008 rightFace->xa = -rdy;