Home | History | Annotate | Download | only in core

Lines Matching defs:fCurrentRun

315     int         fCurrentRun;
333 // with adequate storage for a SkAlphaRuns. It mostly just advances fCurrentRun
337 fCurrentRun = (fCurrentRun + 1) % fRunsToBuffer;
339 reinterpret_cast<uint8_t*>(fRunsBuffer) + fCurrentRun * kRunsSz);
351 SkASSERT(fCurrentRun < fRunsToBuffer);
399 fCurrentRun = -1;