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

/external/skia/samplecode/
H A DSampleFilterFuzz.cpp426 static SkPathEffect* make_path_effect(bool canBeNull = true) { function
435 SkAutoTUnref<SkPathEffect> outer(make_path_effect(false));
436 SkAutoTUnref<SkPathEffect> inner(make_path_effect(false));
469 pathEffect = SkSumPathEffect::Create(make_path_effect(false),
470 make_path_effect(false));
528 paint.setPathEffect(make_path_effect());

Completed in 108 milliseconds