Home
last modified time | relevance | path

Searched refs:nMapX (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/G2D/
DG2D-testEditor.c30 s32 nMapX, nMapY; variable
68 nOldMapX= nMapX; in MapEditor()
116 nMapX = (s32)(poShip.rPosX / layer->nTileWidth); in MapEditor()
118 nMapIdx = (nMapY<<layer->nHS) + nMapX; in MapEditor()
124 nStampStartX = nMapX; in MapEditor()
134 if (nMapX != nOldMapX) in MapEditor()
219 s32 nStaticX = nStampLeft + nMapX - nStampStartX - nStampOffsetX; in MapEditor()
259 nMapIdx = (nMapY<<layer->nHS) + nMapX; in SaveMap()
296 nX = lyrBack.nTileWidth * (nStampLeft + nMapX - nStampStartX - nStampOffsetX); in DrawCursor()
369 s32 nStaticX = nStampLeft + nMapX - nStampStartX - nStampOffsetX; in RenderEditorMode()
/RvlSDK-3.3/build/libraries/G2D/src/
DG2D.c170 f32 rStep0, f32 rStep1, s32 nMapX, s32 nMapY ) in FillSection() argument
193 nTile = ((u8 *)layer->map)[nK + ((nI + nMapX) & nHMask)]; in FillSection()
234 nM = *nR+nMapX; in FillSection()
236 for(nI=(*nL+nMapX); nI<=nM; nI++) in FillSection()
262 aSortBuffer[(*nIdx)++] = (s8)(nI - nMapX); in FillSection()
288 nTile = ((u16 *)layer->map)[nK + ((nI + nMapX) & nHMask)]; in FillSection()
329 nM = *nR+nMapX; in FillSection()
331 for(nI=*nL+nMapX; nI<=nM; nI++) in FillSection()
357 aSortBuffer[(*nIdx)++] = (s8)(nI - nMapX); in FillSection()
405 s32 nMapX, nMapY; in G2DDrawLayer() local
[all …]
/RvlSDK-3.3/build/demos/gxdemo/include/
DG2D-test.h74 extern s32 nMapX, nMapY;