Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptDecompile.cpp19 } gOpNames[] = { variable
88 static size_t gOpNamesSize = sizeof(gOpNames) / sizeof(gOpNames[0]);
111 SkASSERT(gOpNames[index].fOp == op); in ValidateDecompileTable()
130 SkDebugf("%d: %s", opCode - start - 1, gOpNames[op].fName); in decompile()
/external/skia/src/utils/
DSkDumpCanvas.cpp111 static const char* gOpNames[] = { in toString() local
114 return gOpNames[op]; in toString()