• Home
  • Raw
  • Download

Lines Matching refs:kNo

63     if (GrAA::kNo == aa) {  in GrChooseAAType()
333 this->drawRect(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), SkRect::Make(clearRect)); in internalClear()
382 this->drawRect(clip, std::move(paint), GrAA::kNo, viewMatrix, r); in drawPaint()
469 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledRect()
572 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawRect()
753 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectToRect()
809 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in fillRectWithLocalMatrix()
851 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo); in drawVertices()
874 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo); in drawAtlas()
925 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawRRect()
1192 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawFilledDRRect()
1238 this->fillRectWithLocalMatrix(clip, std::move(paint), GrAA::kNo, SkMatrix::I(), bounds, in drawFilledDRRect()
1295 aa = GrAA::kNo; in drawRegion()
1305 GrAAType aaType = this->chooseAAType(GrAA::kNo, GrAllowMixedSamples::kNo); in drawRegion()
1341 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawOval()
1374 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawArc()
1535 GrAAType aaType = this->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawPath()
1587 this->drawAndStencilRect(clip, ss, op, invert, GrAA::kNo, SkMatrix::I(), in drawAndStencilPath()
1599 GrAAType aaType = fRenderTargetContext->chooseAAType(aa, GrAllowMixedSamples::kNo); in drawAndStencilPath()
1638 return SkBudgeted::kNo; in isBudgeted()
1662 style.isSimpleHairline() ? GrAllowMixedSamples::kNo : GrAllowMixedSamples::kYes; in internalDrawPath()