Lines Matching refs:GrAA
120 ClipResult::kNotClipped == this->addAnalyticFP(fAAClipRect, Invert::kNo, GrAA::kYes)) { in GrReducedClip()
520 GrAA(element->isAA())); in clipInsideElement()
524 Invert(element->isInverseFilled()), GrAA(element->isAA())); in clipInsideElement()
547 GrAA(element->isAA())); in clipOutsideElement()
553 GrAA(element->isAA())); in clipOutsideElement()
591 Invert(!element->isInverseFilled()), GrAA(element->isAA())); in clipOutsideElement()
610 GrClipEdgeType GrReducedClip::GetClipEdgeType(Invert invert, GrAA aa) { in GetClipEdgeType()
612 return (GrAA::kYes == aa) ? GrClipEdgeType::kFillAA : GrClipEdgeType::kFillBW; in GetClipEdgeType()
614 return (GrAA::kYes == aa) ? GrClipEdgeType::kInverseFillAA : GrClipEdgeType::kInverseFillBW; in GetClipEdgeType()
619 Invert invert, GrAA aa) { in addAnalyticFP()
631 Invert invert, GrAA aa) { in addAnalyticFP()
649 Invert invert, GrAA aa) { in addAnalyticFP()
659 if (fCCPRClipPaths.count() < fMaxCCPRClipPaths && GrAA::kYes == aa) { in addAnalyticFP()
688 GrAA aa = GrAA(element->isAA()); in stencil_element()
717 GrAA aa, in draw_element()
765 GrAA aa = GrAA(element->isAA()); in drawAlphaClipMask()
793 if (!rtc->priv().drawAndStencilRect(clip, &kDrawOutsideElement, op, !invert, GrAA::kNo, in drawAlphaClipMask()