Lines Matching refs:rStep0
170 f32 rStep0, f32 rStep1, s32 nMapX, s32 nMapY ) in FillSection() argument
209 *rLeft += rStep0; in FillSection()
266 *rLeft += rStep0; in FillSection()
304 *rLeft += rStep0; in FillSection()
361 *rLeft += rStep0; in FillSection()
402 f32 rStep0, rStep1, rMid; in G2DDrawLayer() local
479 rStep0 = rCamOriX / rCamOriY; in G2DDrawLayer()
491 rStep0 = -rCamOriY / rCamOriX; // ALERT: Assumes width==height in G2DDrawLayer()
506 rStep0 = -rCamOriY / rCamOriX; // ALERT: Assumes width==height in G2DDrawLayer()
518 rStep0 = rCamOriX / rCamOriY; // ALERT: Assumes width==height in G2DDrawLayer()
525 rStep0 *= rRatio; in G2DDrawLayer()
530 rLeft += rY * rStep0; in G2DDrawLayer()
544 rMid = rStep0; in G2DDrawLayer()
572 …FillSection(layer, aSortBuffer, &nScanLine, nEvent0, &nIdx, &nL, &nR, &rLeft, &rRight, rStep0, rSt… in G2DDrawLayer()
586 rLeft -= (nScanLine - rLeftY) * rStep0; in G2DDrawLayer()
596 rRight += (nScanLine - rRightY - 1) * rStep0; in G2DDrawLayer()
613 rLeft -= (nScanLine - rLeftY) * rStep0; in G2DDrawLayer()
622 rRight += (nScanLine - rRightY - 1) * rStep0; in G2DDrawLayer()
625 …Buffer, &nScanLine, nEvent2+1, &nIdx, &nL, &nR, &rLeft, &rRight, rStep1, rStep0, nLocalMapX, nLoca… in G2DDrawLayer()