Home
last modified time | relevance | path

Searched refs:strokeB (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGrStyledShapeTest.cpp955 SkPaint strokeB; in test_stroke_param_impl() local
956 strokeB.setStyle(SkPaint::kStroke_Style); in test_stroke_param_impl()
957 strokeB.setStrokeWidth(2.f); in test_stroke_param_impl()
958 setter(&strokeB, b); in test_stroke_param_impl()
961 TestCase strokeBCase(geo, strokeB, reporter); in test_stroke_param_impl()
977 SkPaint strokeAndFillB = strokeB; in test_stroke_param_impl()
999 SkPaint fillA = strokeA, fillB = strokeB; in test_stroke_param_impl()
1008 SkPaint dashA = strokeA, dashB = strokeB; in test_stroke_param_impl()

Completed in 6 milliseconds