Home
last modified time | relevance | path

Searched refs:strokeAndFillDash (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tests/
DGrStyledShapeTest.cpp920 SkPaint strokeAndFillDash = strokeDash; in test_scale() local
921 strokeAndFillDash.setStyle(SkPaint::kStrokeAndFill_Style); in test_scale()
923 TestCase strokeAndFillDashCase1(geo, strokeAndFillDash, reporter, kS1); in test_scale()
924 TestCase strokeAndFillDashCase2(geo, strokeAndFillDash, reporter, kS2); in test_scale()
928 if (geo.strokeAndFillIsConvertedToFill(strokeAndFillDash)) { in test_scale()