Searched refs:strokeDash (Results 1 – 1 of 1) sorted by relevance
907 SkPaint strokeDash = stroke; in test_scale() local908 strokeDash.setPathEffect(make_dash()); in test_scale()909 TestCase strokeDashCase1(geo, strokeDash, reporter, kS1); in test_scale()910 TestCase strokeDashCase2(geo, strokeDash, reporter, kS2); in test_scale()920 SkPaint strokeAndFillDash = strokeDash; in test_scale()