Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptDecompile.cpp95 } gOperandNames[] = { variable
104 static size_t gOperandNamesSize = sizeof(gOperandNames) / sizeof(gOperandNames[0]);
116 SkASSERT(gOperandNames[index].fType == type); in ValidateDecompileTable()
119 SkASSERT(gOperandNames[++index].fType == type); in ValidateDecompileTable()
177 SkDebugf(" type: %s", gOperandNames[index].fName); in decompile()
183 SkDebugf(" type: %s", gOperandNames[index + 1].fName); in decompile()