Searched refs:nStampHeight (Results 1 – 2 of 2) sorted by relevance
32 s32 nStampTop, nStampHeight = 1; variable158 nStampHeight = 1 - nStampOffsetY; in MapEditor()163 nStampHeight = 1 + nStampOffsetY; in MapEditor()171 if (nStampHeight > nMapHeight) in MapEditor()173 nStampHeight = nMapHeight; in MapEditor()178 for(nY = 0; nY<nStampHeight; nY++) in MapEditor()188 if ((nStampWidth == 1) && (nStampHeight == 1)) in MapEditor()226 for(nY = 0; nY<nStampHeight; nY++) in MapEditor()299 nH = lyrBack.nTileHeight * nStampHeight; in DrawCursor()378 for(nY = 0; nY<nStampHeight; nY++) in RenderEditorMode()[all …]
76 extern s32 nStampTop, nStampHeight;