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

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

Completed in 182 milliseconds