Lines Matching full:faa
134 fAA = src.fAA;
172 bool isEqual = fIsBW ? fBW == other.fBW : fAA == other.fAA;
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
187 return fIsBW ? fBW.getBounds() : fAA.getBounds();
195 fAA.setEmpty();
205 fAA.setEmpty();
233 // TODO: since we are going to over-write fAA completely (aren't we?)
238 (void)fAA.setPath(path, &clip, doAA);
308 fIsBW ? fBW.op(rect, op) : fAA.op(rect, op);
320 (void)fAA.op(tmp, op);
344 (void)fAA.op(*other, op);
396 (void)fAA.op(devRect, op, doAA);
420 dst->fAA.setEmpty();
422 fAA.translate(dx, dy, &dst->fAA);
429 return fIsBW ? fBW.quickContains(ir) : fAA.quickContains(ir);
438 fBW.setRect(fAA.getBounds());
447 fAA.setRegion(fBW);
459 SkASSERT(fAA.isEmpty());
463 fAA.validate();