Home | History | Annotate | Download | only in core

Lines Matching full:faa

1927         // we use this either for fRuns + fAA, or a scaline of a mask
1931 fAA = (SkAlpha*)(fRuns + count);
1956 expandToRuns(row, initialCount, width, fRuns, fAA);
1958 fBlitter->blitAntiH(x, y, fAA, fRuns);
2014 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width());
2015 fBlitter->blitAntiH(x, y, fAA, fRuns);