Lines Matching defs:fill

131     // GrStyledShape will close paths with simple fill style.
137 // Having a dash path effect can allow 'a' but not 'b' to turn a inverse fill type into a
138 // non-inverse fill type (or vice versa).
181 // GrStyledShape will close paths with simple fill style. Make the non-filled path
213 // doesn't (since the PE can set any fill type on its output path).
462 // The fill is ignored (zero area) and the stroke is converted to a rrect.
614 // different paths that fill identically. The reason is that fAppliedFull will do this:
781 SkPaint fill;
783 TestCase fillCase(geo, fill, reporter);
789 make_TestCase(geo, fill, reporter)
834 // Stroke and fill cases
861 // Since hairline style doesn't change the SkPath data, it is keyed identically to fill (except
880 SkPaint fill;
881 TestCase fillCase1(geo, fill, reporter, kS1);
882 TestCase fillCase2(geo, fill, reporter, kS2);
915 // Stroke and fill cases
922 // Dash is ignored for stroke and fill
998 // Make sure stroking params don't affect fill style.
1118 SkPaint fill;
1131 TestCase fillCase(geo, fill, reporter);
1139 // on construction in order to determine how to compare the fill and stroke.
1145 // In the null dash case we may immediately convert to a fill, but not for the normal dash case.
1188 SkPaint fill;
1189 TestCase fillGeoCase(geo, fill, reporter);
1214 TestCase rrectFillCase(reporter, RRectPathEffect::RRect(), fill);
1315 SkPaint fill;
1329 // Instead we just check that the paths would fill the same both before and after styling.
1333 // The base shape cannot perform canonicalization on the path's fill type because of an
1335 // shape will canonicalize the path fill type since hairlines (and stroking in general)
1486 SkPaint fill;
1487 TestCase fillCase(geo, fill, reporter);
1506 // from closing it but after the effect fails we can (for the fill+pe case). This causes
1508 // the path (closed or not) but that fill the same.
1532 SkPaint fill;
1533 TestCase fillEmptyCase(reporter, emptyPath, fill);
1540 TestCase fillInvertedEmptyCase(reporter, invertedEmptyPath, fill);
1580 // Dashing ignores inverseness so this is equivalent to the non-inverted empty fill.
1590 TestCase fillEmptyRRectCase(reporter, emptyRRect, fill);
1604 TestCase fillInvertedEmptyRRectCase(reporter, emptyRRect, kDir, kStart, true, GrStyle(fill));
1620 TestCase fillEmptyRectCase(reporter, emptyRect, fill);
1629 // Dashing ignores inverseness so this is equivalent to the non-inverted empty fill.
1829 // Both fill and stroke-and-fill shapes must respect the inverseness and both
1906 SkPaint fill;
1916 TestCase fillAB(r, lineAB, fill);
1917 TestCase fillEmpty(r, SkPath(), fill);
1923 TestCase fillEmptyInverted(r, path, fill);
1924 TestCase fillABInverted(r, invLineAB, fill);
2033 SkPaint fill;
2036 r, TestCase(r, SkRect::MakeLTRB(2, 4, 6, 5), fill),
2040 r, TestCase(r, SkRect::MakeLTRB(2, 2, 6, 7), fill),
2044 TestCase(r, SkRRect::MakeRectXY(SkRect::MakeLTRB(2, 2, 6, 7), 2, 2), fill),
2053 r, TestCase(r, SkRect::MakeLTRB(4, 2, 5, 6), fill),
2056 r, TestCase(r, SkRect::MakeLTRB(2, 2, 7, 6), fill),
2059 r, TestCase(r, SkRRect::MakeRectXY(SkRect::MakeLTRB(2, 2, 7, 6), 2, 2), fill),
2068 r, TestCase(r, SkRect::MakeEmpty(), fill),
2071 r, TestCase(r, SkRect::MakeLTRB(2, 2, 6, 6), fill),
2074 r, TestCase(r, SkRRect::MakeRectXY(SkRect::MakeLTRB(2, 2, 6, 6), 2, 2), fill),