Lines Matching refs:nMapX
170 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
427 nMapX = (s32)rFrcX; in G2DDrawLayer()
430 rFrcX -= nMapX; in G2DDrawLayer()
550 nLocalMapX = nMapX; in G2DDrawLayer()
693 rI = (f32)(nI + nMapX) * layer->nTileWidth; in G2DDrawLayer()
752 rI = (f32)(nI + nMapX) * layer->nTileWidth; in G2DDrawLayer()
833 rI = (f32)(nI + nMapX) * layer->nTileWidth; in G2DDrawLayer()