Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptDecompile.cpp103 } gOperandNames[] = { variable
112 static size_t gOperandNamesSize = sizeof(gOperandNames) / sizeof(gOperandNames[0]);
124 SkASSERT(gOperandNames[index].fType == type); in ValidateDecompileTable()
127 SkASSERT(gOperandNames[++index].fType == type); in ValidateDecompileTable()
189 SkDebugf(" type: %s", gOperandNames[index].fName); in decompile()
195 SkDebugf(" type: %s", gOperandNames[index + 1].fName); in decompile()