Home
last modified time | relevance | path

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

/external/skia/tests/
DGrShapeTest.cpp892 SkPaint strokeDash = stroke; in test_scale() local
893 strokeDash.setPathEffect(make_dash()); in test_scale()
894 TestCase strokeDashCase1(geo, strokeDash, reporter, kS1); in test_scale()
895 TestCase strokeDashCase2(geo, strokeDash, reporter, kS2); in test_scale()
905 SkPaint strokeAndFillDash = strokeDash; in test_scale()
/external/skqp/tests/
DGrShapeTest.cpp864 SkPaint strokeDash = stroke; in test_scale() local
865 strokeDash.setPathEffect(make_dash()); in test_scale()
866 TestCase strokeDashCase1(geo, strokeDash, reporter, kS1); in test_scale()
867 TestCase strokeDashCase2(geo, strokeDash, reporter, kS2); in test_scale()
877 SkPaint strokeAndFillDash = strokeDash; in test_scale()