Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp907 SkPaint strokeDash = stroke; in test_scale() local
908 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()