Searched refs:FailurePathEffect (Results 1 – 1 of 1) sorted by relevance
1470 class FailurePathEffect : SkPathEffectBase { in test_path_effect_fails() class1472 static sk_sp<SkPathEffect> Make() { return sk_sp<SkPathEffect>(new FailurePathEffect); } in test_path_effect_fails()1483 FailurePathEffect() {} in test_path_effect_fails() function in test_path_effect_fails::FailurePathEffect1490 pe.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()1499 peStroke.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()