HomeSort by relevance Sort by last modified time
    Searched refs:make_path_effect (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleFilterFuzz.cpp 414 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { function
423 pathEffect = SkPathEffect::MakeCompose(make_path_effect(false),
424 make_path_effect(false));
450 pathEffect = SkPathEffect::MakeSum(make_path_effect(false),
451 make_path_effect(false));
504 paint.setPathEffect(make_path_effect());
  /external/skqp/samplecode/
SampleFilterFuzz.cpp 414 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { function
423 pathEffect = SkPathEffect::MakeCompose(make_path_effect(false),
424 make_path_effect(false));
450 pathEffect = SkPathEffect::MakeSum(make_path_effect(false),
451 make_path_effect(false));
504 paint.setPathEffect(make_path_effect());

Completed in 65 milliseconds