Home
last modified time | relevance | path

Searched defs:kModeCount (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/effects/
DGrTextureDomain.h44 static const int kModeCount = kLastMode + 1; variable
/third_party/flutter/skia/tests/
DImageFilterTest.cpp1696 const int kModeCount = static_cast<int>(SkBlendMode::kLastMode) + 1; in DEF_TEST() local