Searched refs:fAA (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/core/
H A DSkRasterClip.cpp22 fAA = src.fAA;
35 return fIsBW ? fBW.isEmpty() : fAA.isEmpty();
43 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
47 return fIsBW ? fBW.getBounds() : fAA.getBounds();
55 fAA.setEmpty();
63 fAA.setEmpty();
73 // TODO: since we are going to over-write fAA completely (aren't we?)
78 return fAA.setPath(path, &clip, doAA);
105 return fIsBW ? fBW.op(rect, op) : fAA
[all...]
H A DSkRasterClip.h24 const SkAAClip& aaRgn() const { SkASSERT(!fIsBW); return fAA; }
74 SkAAClip fAA; member in class:SkRasterClip
H A DSkAAClip.h121 SkAlpha* fAA; member in class:SkAAClipBlitter
H A DSkAAClip.cpp1825 // we use this either for fRuns + fAA, or a scaline of a mask
1829 fAA = (SkAlpha*)(fRuns + count);
1855 expandToRuns(row, initialCount, width, fRuns, fAA);
1857 fBlitter->blitAntiH(x, y, fAA, fRuns);
1913 merge(row, initialCount, aa, runs, fAA, fRuns, fAAClipBounds.width());
1914 fBlitter->blitAntiH(x, y, fAA, fRuns);
/external/skia/samplecode/
H A DSampleStrokeText.cpp109 bool fAA; member in class:StrokeTextView
111 StrokeTextView() : fAA(false) {

Completed in 112 milliseconds