Lines Matching defs:newX
142 int newX, newY;
154 newX = savex;
159 newX = savey;
164 newX = pScrni->pScreen->width - savex;
169 newX = pScrni->pScreen->height - savey;
174 newX += pScrni->frameX0;
177 //ErrorF("Turned (%d,%d) into (%d,%d)\n", x,y,newX, newY);
179 if (newX < -31)
180 newX = -31;
184 gfx_set_cursor_position(pGeode->CursorStartOffset, newX + 31, newY + 31,
219 int i, n, x, y, newX, newY;
244 newX = x;
248 newX = y;
252 newX = 31 - x;
256 newX = 31 - y;
262 n = 31 - newX;