Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkClipStack.h53 static const int kTypeCnt = kLastType + 1; variable
/external/skia/src/core/
DSkClipStack.cpp872 static_assert(SK_ARRAY_COUNT(kTypeStrings) == kTypeCnt, "type_str"); in dump()