Lines Matching refs:nL
169 s32 *nL, s32 *nR, f32 *rLeft, f32 *rRight, in FillSection() argument
191 for(nI=*nL; nI<=*nR; nI++) in FillSection()
211 *nL = (s32)floor(*rLeft); in FillSection()
236 for(nI=(*nL+nMapX); nI<=nM; nI++) in FillSection()
268 *nL = (s32)floor(*rLeft); in FillSection()
286 for(nI=*nL; nI<=*nR; nI++) in FillSection()
306 *nL = (s32)floor(*rLeft); in FillSection()
331 for(nI=*nL+nMapX; nI<=nM; nI++) in FillSection()
363 *nL = (s32)floor(*rLeft); in FillSection()
396 s32 nI, nJ, nK, nL, nR; in G2DDrawLayer() local
547 nL = (s32)floor(rLeft); in G2DDrawLayer()
572 …FillSection(layer, aSortBuffer, &nScanLine, nEvent0, &nIdx, &nL, &nR, &rLeft, &rRight, rStep0, rSt… in G2DDrawLayer()
587 nL = (s32)floor(rLeft); in G2DDrawLayer()
600 …FillSection(layer, aSortBuffer, &nScanLine, nEvent1, &nIdx, &nL, &nR, &rLeft, &rRight, rMid, rMid,… in G2DDrawLayer()
614 nL = (s32)floor(rLeft); in G2DDrawLayer()
625 …FillSection(layer, aSortBuffer, &nScanLine, nEvent2+1, &nIdx, &nL, &nR, &rLeft, &rRight, rStep1, r… in G2DDrawLayer()