Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptTokenizer.cpp116 fAccumulatorType(SkOperand2::kNoType), in SkScriptEngine2()
173 if (fAccumulatorType == SkOperand2::kNoType) in addTokenValue()
180 if (reg == kAccumulator && fAccumulatorType != SkOperand2::kNoType) in addTokenValue()
187 fAccumulatorType = SkOperand2::kS32; in addTokenValue()
195 fAccumulatorType = SkOperand2::kScalar; in addTokenValue()
203 fAccumulatorType = SkOperand2::kString; in addTokenValue()
996 if (fAccumulatorType == SkOperand2::kNoType) { in processLogicalOp()
1000 SkASSERT(fAccumulatorType != SkOperand2::kString); // !!! add error handling in processLogicalOp()
1005 fAccumulatorType = SkOperand2::kNoType; in processLogicalOp()
1019 fAccumulatorType = SkOperand2::kNoType; in processLogicalOp()
[all …]
DSkScript2.h258 SkOperand2::OpType fAccumulatorType; // tracking for code generation variable