Home | History | Annotate | Download | only in core

Lines Matching refs:fAA

25         fAA = src.fAA;
45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
49 return fIsBW ? fBW.getBounds() : fAA.getBounds();
57 fAA.setEmpty();
67 fAA.setEmpty();
79 // TODO: since we are going to over-write fAA completely (aren't we?)
84 (void)fAA.setPath(path, &clip, doAA);
112 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
124 (void)fAA.op(tmp, op);
148 (void)fAA.op(*other, op);
186 (void)fAA.op(r, op, doAA);
210 dst->fAA.setEmpty();
212 fAA.translate(dx, dy, &dst->fAA);
219 return fIsBW ? fBW.quickContains(ir) : fAA.quickContains(ir);
228 fBW.setRect(fAA.getBounds());
237 fAA.setRegion(fBW);
246 SkASSERT(fAA.isEmpty());
250 fAA.validate();