Lines Matching refs:rLeft
169 s32 *nL, s32 *nR, f32 *rLeft, f32 *rRight, in FillSection() argument
209 *rLeft += rStep0; in FillSection()
211 *nL = (s32)floor(*rLeft); in FillSection()
266 *rLeft += rStep0; in FillSection()
268 *nL = (s32)floor(*rLeft); in FillSection()
304 *rLeft += rStep0; in FillSection()
306 *nL = (s32)floor(*rLeft); in FillSection()
361 *rLeft += rStep0; in FillSection()
363 *nL = (s32)floor(*rLeft); in FillSection()
401 f32 rLeft, rRight, rLeftY, rRightY; in G2DDrawLayer() local
474 rLeft = rTlcX; in G2DDrawLayer()
486 rLeft = rTrcX; in G2DDrawLayer()
501 rLeft = rBlcX; in G2DDrawLayer()
513 rLeft = rBrcX; in G2DDrawLayer()
529 rRight = rLeft + rY * rStep1; in G2DDrawLayer()
530 rLeft += rY * rStep0; in G2DDrawLayer()
547 nL = (s32)floor(rLeft); in G2DDrawLayer()
572 …FillSection(layer, aSortBuffer, &nScanLine, nEvent0, &nIdx, &nL, &nR, &rLeft, &rRight, rStep0, rSt… in G2DDrawLayer()
586 rLeft -= (nScanLine - rLeftY) * rStep0; in G2DDrawLayer()
587 nL = (s32)floor(rLeft); in G2DDrawLayer()
588 rLeft += (nScanLine - rLeftY - 1) * rStep1; in G2DDrawLayer()
600 …FillSection(layer, aSortBuffer, &nScanLine, nEvent1, &nIdx, &nL, &nR, &rLeft, &rRight, rMid, rMid,… in G2DDrawLayer()
613 rLeft -= (nScanLine - rLeftY) * rStep0; in G2DDrawLayer()
614 nL = (s32)floor(rLeft); in G2DDrawLayer()
615 rLeft += (nScanLine - rLeftY - 1) * rStep1; in G2DDrawLayer()
625 …FillSection(layer, aSortBuffer, &nScanLine, nEvent2+1, &nIdx, &nL, &nR, &rLeft, &rRight, rStep1, r… in G2DDrawLayer()