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

/external/skia/include/effects/
H A DSk1DPathEffect.h49 kLastEnum_Style = kMorph_Style, enumerator in enum:SkPath1DPathEffect::Style
/external/skia/fuzz/
H A DFilterFuzz.cpp192 fuzz->nextRange(&i, 0, (uint8_t)SkPath1DPathEffect::kLastEnum_Style);
H A DFuzzCanvas.cpp517 fuzz_enum_range(fuzz, &style, 0, SkPath1DPathEffect::kLastEnum_Style);
/external/skia/samplecode/
H A DSampleFilterFuzz.cpp204 return static_cast<SkPath1DPathEffect::Style>(R((int)SkPath1DPathEffect::kLastEnum_Style + 1));

Completed in 171 milliseconds