Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptDecompile.cpp53 TypeOpName(kIntegerAccumulator),
146 case SkScriptEngine2::kIntegerAccumulator: in decompile()
DSkScriptRuntime.cpp124 case SkScriptEngine2::kIntegerAccumulator: in executeTokens()
126 registerLoad = op - SkScriptEngine2::kIntegerAccumulator; in executeTokens()
DSkScript2.h120 kIntegerAccumulator, enumerator
DSkScriptTokenizer.cpp192 addToken(reg == kAccumulator ? kIntegerAccumulator : kIntegerOperand); in addTokenValue()