Home
last modified time | relevance | path

Searched refs:kLastEnum_Style (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/effects/
DSk1DPathEffect.h49 kLastEnum_Style = kMorph_Style, enumerator
/external/skia/samplecode/
DSampleFilterFuzz.cpp205 return static_cast<SkPath1DPathEffect::Style>(R((int)SkPath1DPathEffect::kLastEnum_Style + 1)); in make_path_1d_path_effect_style()
/external/skia/fuzz/
DFilterFuzz.cpp193 fuzz->nextRange(&i, 0, (uint8_t)SkPath1DPathEffect::kLastEnum_Style); in make_path_1d_path_effect_style()
DFuzzCanvas.cpp519 fuzz_enum_range(fuzz, &style, 0, SkPath1DPathEffect::kLastEnum_Style); in make_fuzz_patheffect()