Home | History | Annotate | Download | only in core

Lines Matching defs:fRuns

112     /// Once fRuns contains a complete supersampled row, flush() blits
126 // ever be updated in advanceRuns(), and fRuns should always point to
131 SkAlphaRuns fRuns;
136 // This function updates the fRuns variable to point to the next buffer space
138 // and resets fRuns to point to an empty scanline.
142 fRuns.fRuns = reinterpret_cast<int16_t*>(
144 fRuns.fAlpha = reinterpret_cast<SkAlpha*>(fRuns.fRuns + fWidth + 1);
145 fRuns.reset(fWidth);
168 if (!fRuns.empty()) {
169 // SkDEBUGCODE(fRuns.dump();)
170 fRealBlitter->blitAntiH(fLeft, fCurrIY, fRuns.fAlpha, fRuns.fRuns);
248 fOffsetX = fRuns.add(x >> SHIFT, coverage_to_partial_alpha(fb),
254 fRuns.assertValid(y & MASK, (1 << (8 - SHIFT)));
265 int16_t* run = runs.fRuns;
381 fRuns.reset(fWidth);