Home
last modified time | relevance | path

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

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