Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptDecompile.cpp54 TypeOpName(kIntegerOperand),
147 case SkScriptEngine2::kIntegerOperand: { in decompile()
DSkScript2.h121 kIntegerOperand, enumerator
DSkScriptRuntime.cpp125 case SkScriptEngine2::kIntegerOperand: in executeTokens()
DSkScriptTokenizer.cpp192 addToken(reg == kAccumulator ? kIntegerAccumulator : kIntegerOperand); in addTokenValue()