Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleFilterFuzz.cpp416 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { in make_path_effect() function
425 pathEffect = SkPathEffect::MakeCompose(make_path_effect(false), in make_path_effect()
426 make_path_effect(false)); in make_path_effect()
455 pathEffect = SkPathEffect::MakeSum(make_path_effect(false), in make_path_effect()
456 make_path_effect(false)); in make_path_effect()
509 paint.setPathEffect(make_path_effect()); in make_paint()
/external/skia/fuzz/
DFilterFuzz.cpp410 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { in make_path_effect() function
425 sk_sp<SkPathEffect> a = make_path_effect(false); in make_path_effect()
426 sk_sp<SkPathEffect> b = make_path_effect(false); in make_path_effect()
474 sk_sp<SkPathEffect> a = make_path_effect(false); in make_path_effect()
475 sk_sp<SkPathEffect> b = make_path_effect(false); in make_path_effect()
539 paint.setPathEffect(make_path_effect()); in make_paint()