• Home
  • Raw
  • Download

Lines Matching refs:setPathEffect

822     stroke2RoundBevelDash.setPathEffect(make_dash());  in test_basic()
924 strokeDash.setPathEffect(make_dash()); in test_scale()
1025 dashA.setPathEffect(make_dash()); in test_stroke_param_impl()
1026 dashB.setPathEffect(make_dash()); in test_stroke_param_impl()
1125 dashFill.setPathEffect((*md)()); in test_dash_fill()
1141 dash.setPathEffect(make_dash()); in test_null_dash()
1145 nullDash.setPathEffect(make_null_dash()); in test_null_dash()
1208 pe.setPathEffect(RRectPathEffect::Make()); in test_path_effect_makes_rrect()
1212 peStroke.setPathEffect(RRectPathEffect::Make()); in test_path_effect_makes_rrect()
1232 stroke.setPathEffect(nullptr); in test_path_effect_makes_rrect()
1291 peStroke.setPathEffect(AddLineTosPathEffect::Make()); in test_unknown_path_effect()
1329 pe.setPathEffect(MakeHairlinePathEffect::Make()); in test_make_hairline_path_effect()
1367 dashAndStroke.setPathEffect(make_dash()); in test_volatile_path()
1433 pe.setPathEffect(EmptyPathEffect::Make(false)); in test_path_effect_makes_empty_shape()
1444 peStroke.setPathEffect(EmptyPathEffect::Make(false)); in test_path_effect_makes_empty_shape()
1455 pe.setPathEffect(EmptyPathEffect::Make(true)); in test_path_effect_makes_empty_shape()
1466 peStroke.setPathEffect(EmptyPathEffect::Make(true)); in test_path_effect_makes_empty_shape()
1502 pe.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()
1511 peStroke.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()
1585 dashAndStroke.setPathEffect(make_dash()); in DEF_TEST()
1896 dash.setPathEffect(make_dash()); in DEF_TEST()
2000 buttCap.setPathEffect(pe); in DEF_TEST()
2004 squareCap.setPathEffect(pe); in DEF_TEST()
2008 roundCap.setPathEffect(pe); in DEF_TEST()