Home | History | Annotate | Download | only in gpu

Lines Matching full:coverage

961         // AA uses the "coverage" stages on GrDrawTarget. Coverage with a dst
1113 SkScalar coverage = SK_Scalar1;
1114 // can we cheat, and threat a thin stroke as a hairline w/ coverage
1116 if (SkDrawTreatAsHairline(paint, *draw.fMatrix, &coverage)) {
1130 grPaint.fCoverage = SkScalarRoundToInt(coverage * grPaint.fCoverage);