Searched refs:peStroke (Results 1 – 1 of 1) sorted by relevance
1024 SkPaint peStroke; in test_path_effect_makes_rrect() local1025 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() local1104 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 …]