Lines Matching refs:fAA
215 GrClipEdgeType edgeType = get_clip_edge_type(e.fOp, e.fAA);
245 if (e.fAA != GrAA::kYes) {
301 helper->drawShape(inverted, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha);
303 helper->drawShape(e.fShape, e.fLocalToDevice, SkRegion::kReplace_Op, e.fAA, alpha);
391 helper.drawShape(e.fShape, e.fLocalToDevice, op, e.fAA);
406 , fAA(aa) {
427 GrAA aa() const { return fAA; }
432 GrAA fAA;
492 bool mixedAA = fAA != e.fAA;
544 fAA = GrAA::kYes;
549 fOuterBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kExterior);
559 if (fAA == GrAA::kNo && outer.width() >= 1.f && outer.height() >= 1.f) {
566 fInnerBounds = GrClip::GetPixelIBounds(outer, fAA, BoundsType::kInterior);
579 fInnerBounds = GrClip::GetPixelIBounds(inner, fAA, BoundsType::kInterior);
610 bool aaMatch = fAA == other.fAA;
615 fAA = other.fAA;
620 // Either we've updated this->fAA to actually match, or other->fAA doesn't matter so
621 // this can be set to true. We just can't modify other to set it's aa to this->fAA.
638 if (fAA == other.fAA && fLocalToDevice == other.fLocalToDevice) {