Home
last modified time | relevance | path

Searched refs:kShadowModeCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/effects/
DSkDropShadowImageFilter.h24 static const int kShadowModeCount = kLast_ShadowMode+1; variable
/external/skia/src/effects/
DSkDropShadowImageFilter.cpp175 static_assert(kShadowModeCount == SK_ARRAY_COUNT(gModeStrings), "enum_mismatch"); in toString()