Lines Matching refs:nY
65 s32 nX, nY, nZ; in MapEditor() local
178 for(nY = 0; nY<nStampHeight; nY++) in MapEditor()
180 nZ = ((nY + nStampTop) & (nMapHeight-1)) * nMapWidth; in MapEditor()
226 for(nY = 0; nY<nStampHeight; nY++) in MapEditor()
228 nZ = ((nY + nStaticY) & (nMapHeight-1)) * nMapWidth; in MapEditor()
294 s32 nX, nY, nW, nH; in DrawCursor() local
297 nY = lyrBack.nTileHeight * (nStampTop + nMapY - nStampStartY - nStampOffsetY); in DrawCursor()
318 GXPosition2f32( (f32)(nX + 4), (f32)nY ); in DrawCursor()
320 GXPosition2f32( (f32)nX, (f32)nY ); in DrawCursor()
322 GXPosition2f32( (f32)nX, (f32)(nY + 4) ); in DrawCursor()
327 GXPosition2f32( (f32)(nX + nW - 4), (f32)nY ); in DrawCursor()
329 GXPosition2f32( (f32)(nX + nW), (f32)nY ); in DrawCursor()
331 GXPosition2f32( (f32)(nX + nW), (f32)(nY + 4) ); in DrawCursor()
336 GXPosition2f32( (f32)(nX + 4), (f32)(nY + nH) ); in DrawCursor()
338 GXPosition2f32( (f32)nX, (f32)(nY + nH) ); in DrawCursor()
340 GXPosition2f32( (f32)nX, (f32)(nY + nH - 4) ); in DrawCursor()
345 GXPosition2f32( (f32)(nX + nW - 4), (f32)(nY + nH) ); in DrawCursor()
347 GXPosition2f32( (f32)(nX + nW), (f32)(nY + nH) ); in DrawCursor()
349 GXPosition2f32( (f32)(nX + nW), (f32)(nY + nH - 4) ); in DrawCursor()
373 s32 nX, nY, nZ; in RenderEditorMode() local
378 for(nY = 0; nY<nStampHeight; nY++) in RenderEditorMode()
380 nZ = ((nY + nStaticY) & (nMapHeight-1)) * nMapWidth; in RenderEditorMode()
389 for(nY = 0; nY<nStampHeight; nY++) in RenderEditorMode()
391 nZ = ((nY + nStaticY) & (nMapHeight-1)) * nMapWidth; in RenderEditorMode()
402 for(nY = 0; nY<nStampHeight; nY++) in RenderEditorMode()
404 nZ = ((nY + nStaticY) & (nMapHeight-1)) * nMapWidth; in RenderEditorMode()