Home | History | Annotate | Download | only in effects

Lines Matching defs:useAA

337         // useAA here means Edge AA or MSAA
338 bool useAA = this->aaMode() != kBW_DashAAMode;
380 if (useAA) {
413 if (useAA && !lineDone) {
447 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
469 if (devIntervals[1] <= 0.f && useAA) {
516 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
521 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
683 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) {
721 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode;
738 bool useAA, const GrStrokeInfo& strokeInfo) {
739 SkAutoTUnref<GrBatch> batch(create_batch(color, viewMatrix, pts, useAA, strokeInfo,
1240 bool useAA = random->nextBool();
1309 return create_batch(color, viewMatrix, pts, useAA, strokeInfo, msaaRT);