Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptDecompile.cpp88 static size_t gOpNamesSize = sizeof(gOpNames) / sizeof(gOpNames[0]); variable
110 for (index = 0; index < gOpNamesSize; index++) { in ValidateDecompileTable()
129 SkASSERT((size_t)op < gOpNamesSize); in decompile()