Home
last modified time | relevance | path

Searched defs:canBeNull (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleFilterFuzz.cpp417 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { in make_path_effect()
536 static sk_sp<SkImageFilter> make_image_filter(bool canBeNull) { in make_image_filter()
/external/skia/fuzz/
DFilterFuzz.cpp411 static sk_sp<SkPathEffect> make_path_effect(bool canBeNull = true) { in make_path_effect()
569 static sk_sp<SkImageFilter> make_image_filter(bool canBeNull) { in make_image_filter()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DValue.java443 public boolean canBeNull() { in canBeNull() method in Value