Home
last modified time | relevance | path

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

/third_party/skia/include/effects/
DSk1DPathEffect.h20 kLastEnum_Style = kMorph_Style, enumerator
/third_party/flutter/skia/include/effects/
DSk1DPathEffect.h45 kLastEnum_Style = kMorph_Style, enumerator
/third_party/flutter/skia/src/effects/
DSk1DPathEffect.cpp165 Style style = buffer.read32LE(kLastEnum_Style); in CreateProc()
/third_party/skia/src/effects/
DSk1DPathEffect.cpp112 SkPath1DPathEffect::Style style = buffer.read32LE(SkPath1DPathEffect::kLastEnum_Style); in CreateProc()
/third_party/skia/fuzz/
DFuzzCanvas.cpp372 fuzz->nextEnum(&style, SkPath1DPathEffect::kLastEnum_Style); in make_fuzz_patheffect()
/third_party/flutter/skia/fuzz/
DFuzzCanvas.cpp380 fuzz->nextEnum(&style, SkPath1DPathEffect::kLastEnum_Style); in make_fuzz_patheffect()