Lines Matching refs:fromy

92 static void NewCoOrdinates(int fromx, int fromy, int *targetX, int *targetY,
352 DIRECTION GetDirection(int fromx, int fromy, int tox, int toy, DIRECTION lastreel, in GetDirection() argument
388 ychange = toy - fromy; in GetDirection()
1030 static void NewCoOrdinates(int fromx, int fromy, int *targetX, int *targetY, in NewCoOrdinates() argument
1054 depthsteps = *targetY == -1 ? 0 : *targetY - fromy; in NewCoOrdinates()
1078 *newy = fromy; in NewCoOrdinates()
1122 if (*targetY > fromy) { /* Downwards? */ in NewCoOrdinates()
1133 } else if (*targetY < fromy) { /* Upwards? */ in NewCoOrdinates()
1167 …if (*newx != fromx && InPolygon(*newx, fromy, PATH) != NOPOLY && InPolygon(*newx, fromy, BLOCK) ==… in NewCoOrdinates()
1168 *newy = fromy; in NewCoOrdinates()
1170 …} else if (*newy != fromy && InPolygon(fromx, *newy, PATH) != NOPOLY && InPolygon(fromx, *newy, BL… in NewCoOrdinates()
1175 *newy = fromy; in NewCoOrdinates()
1192 …if (*newx != fromx && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) !=… in NewCoOrdinates()
1193 *newy = fromy; in NewCoOrdinates()
1195 …} else if (*newy != fromy && InPolygon(fromx, *newy, BLOCK) == NOPOLY && InPolygon(fromx, *newy, P… in NewCoOrdinates()
1200 *newy = fromy; in NewCoOrdinates()
1220 if (*newx != fromx && InMoverBlock(pMover, *newx, fromy) == NULL in NewCoOrdinates()
1221 && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) != NOPOLY) { in NewCoOrdinates()
1222 *newy = fromy; in NewCoOrdinates()
1224 } else if (*newy != fromy && InMoverBlock(pMover, fromx, *newy) == NULL in NewCoOrdinates()
1230 *newy = fromy; in NewCoOrdinates()