Home
last modified time | relevance | path

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

/external/skia/tests/
DGrShapeTest.cpp1024 SkPaint peStroke; in test_path_effect_makes_rrect() local
1025 peStroke.setPathEffect(RRectPathEffect::Make()); in test_path_effect_makes_rrect()
1026 peStroke.setStrokeWidth(2.f); in test_path_effect_makes_rrect()
1027 peStroke.setStyle(SkPaint::kStroke_Style); in test_path_effect_makes_rrect()
1028 TestCase geoPEStrokeCase(geo, peStroke, reporter); in test_path_effect_makes_rrect()
1044 SkPaint stroke = peStroke; in test_path_effect_makes_rrect()
1103 SkPaint peStroke; in test_unknown_path_effect() local
1104 peStroke.setPathEffect(AddLineTosPathEffect::Make()); in test_unknown_path_effect()
1105 peStroke.setStrokeWidth(2.f); in test_unknown_path_effect()
1106 peStroke.setStyle(SkPaint::kStroke_Style); in test_unknown_path_effect()
[all …]