Home | History | Annotate | Download | only in tests

Lines Matching defs:strokeAndFill

901     SkPaint strokeAndFill = stroke;
902 strokeAndFill.setStyle(SkPaint::kStrokeAndFill_Style);
903 TestCase strokeAndFillCase1(geo, strokeAndFill, reporter, kS1);
904 TestCase strokeAndFillCase2(geo, strokeAndFill, reporter, kS2);