Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzCanvas.cpp346 static sk_sp<SkPathEffect> make_fuzz_patheffect(Fuzz* fuzz, int depth) { in make_fuzz_patheffect() function
357 sk_sp<SkPathEffect> first = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
358 sk_sp<SkPathEffect> second = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
362 sk_sp<SkPathEffect> first = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
363 sk_sp<SkPathEffect> second = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
845 paint->setPathEffect( make_fuzz_patheffect(fuzz, depth - 1)); in fuzz_paint()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp354 static sk_sp<SkPathEffect> make_fuzz_patheffect(Fuzz* fuzz, int depth) { in make_fuzz_patheffect() function
365 sk_sp<SkPathEffect> first = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
366 sk_sp<SkPathEffect> second = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
370 sk_sp<SkPathEffect> first = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
371 sk_sp<SkPathEffect> second = make_fuzz_patheffect(fuzz, depth - 1); in make_fuzz_patheffect()
852 paint->setPathEffect( make_fuzz_patheffect(fuzz, depth - 1)); in fuzz_paint()