Lines Matching refs:fromy

92 static void NewCoOrdinates(int fromx, int fromy, int *targetX, int *targetY,
340 DIRECTION GetDirection(int fromx, int fromy, int tox, int toy, DIRECTION lastreel, in GetDirection() argument
376 ychange = toy - fromy; in GetDirection()
1012 static void NewCoOrdinates(int fromx, int fromy, int *targetX, int *targetY, in NewCoOrdinates() argument
1036 depthsteps = *targetY == -1 ? 0 : *targetY - fromy; in NewCoOrdinates()
1060 *newy = fromy; in NewCoOrdinates()
1104 if (*targetY > fromy) { /* Downwards? */ in NewCoOrdinates()
1115 } else if (*targetY < fromy) { /* Upwards? */ in NewCoOrdinates()
1149 …if (*newx != fromx && InPolygon(*newx, fromy, PATH) != NOPOLY && InPolygon(*newx, fromy, BLOCK) ==… in NewCoOrdinates()
1150 *newy = fromy; in NewCoOrdinates()
1152 …} else if (*newy != fromy && InPolygon(fromx, *newy, PATH) != NOPOLY && InPolygon(fromx, *newy, BL… in NewCoOrdinates()
1157 *newy = fromy; in NewCoOrdinates()
1174 …if (*newx != fromx && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) !=… in NewCoOrdinates()
1175 *newy = fromy; in NewCoOrdinates()
1177 …} else if (*newy != fromy && InPolygon(fromx, *newy, BLOCK) == NOPOLY && InPolygon(fromx, *newy, P… in NewCoOrdinates()
1182 *newy = fromy; in NewCoOrdinates()
1202 if (*newx != fromx && InMoverBlock(pMover, *newx, fromy) == NULL in NewCoOrdinates()
1203 && InPolygon(*newx, fromy, BLOCK) == NOPOLY && InPolygon(*newx, fromy, PATH) != NOPOLY) { in NewCoOrdinates()
1204 *newy = fromy; in NewCoOrdinates()
1206 } else if (*newy != fromy && InMoverBlock(pMover, fromx, *newy) == NULL in NewCoOrdinates()
1212 *newy = fromy; in NewCoOrdinates()