Lines Matching refs:useAA
366 bool useAA = this->aaMode() != kBW_DashAAMode; in onPrepareDraws() local
411 if (useAA) { in onPrepareDraws()
444 if (useAA && !lineDone) { in onPrepareDraws()
478 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) { in onPrepareDraws()
500 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws()
546 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
697 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) { in create_batch() argument
735 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode; in create_batch()
752 bool useAA, const GrStrokeInfo& strokeInfo) { in DrawDashLine() argument
754 create_batch(color, viewMatrix, pts, useAA, strokeInfo, in DrawDashLine()
1243 bool useAA = random->nextBool(); in DRAW_BATCH_TEST_DEFINE() local
1312 return create_batch(color, viewMatrix, pts, useAA, strokeInfo, msaaRT); in DRAW_BATCH_TEST_DEFINE()