Home
last modified time | relevance | path

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

/third_party/skia/tests/
DGrStyledShapeTest.cpp1470 class FailurePathEffect : SkPathEffectBase { in test_path_effect_fails() class
1472 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::FailurePathEffect
1490 pe.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()
1499 peStroke.setPathEffect(FailurePathEffect::Make()); in test_path_effect_fails()