Lines Matching refs:peStroke
1024 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()
1107 TestCase geoPEStrokeCase(geo, peStroke, reporter); in test_unknown_path_effect()
1233 SkPaint peStroke; in test_path_effect_makes_empty_shape() local
1234 peStroke.setPathEffect(EmptyPathEffect::Make()); in test_path_effect_makes_empty_shape()
1235 peStroke.setStrokeWidth(2.f); in test_path_effect_makes_empty_shape()
1236 peStroke.setStyle(SkPaint::kStroke_Style); in test_path_effect_makes_empty_shape()
1237 TestCase geoPEStrokeCase(geo, peStroke, reporter); in test_path_effect_makes_empty_shape()
1277 SkPaint peStroke = stroke; in test_path_effect_fails() local
1278 peStroke.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()
1279 TestCase peStrokeCase(geo, peStroke, reporter); in test_path_effect_fails()