Home
last modified time | relevance | path

Searched refs:kLastEnum (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp132 SkColorChannel xsel = buffer.read32LE(SkColorChannel::kLastEnum); in CreateProc()
133 SkColorChannel ysel = buffer.read32LE(SkColorChannel::kLastEnum); in CreateProc()
502 static const int kMaxComponent = static_cast<int>(SkColorChannel::kLastEnum); in TestCreate()
/third_party/skia/include/core/
DSkColor.h232 kLastEnum = kA, enumerator
/third_party/skia/fuzz/
DFuzzCanvas.cpp604 fuzz->nextEnum(&xChannelSelector, SkColorChannel::kLastEnum); in make_fuzz_imageFilter()
605 fuzz->nextEnum(&yChannelSelector, SkColorChannel::kLastEnum); in make_fuzz_imageFilter()