Searched refs:fAccumulatorType (Results 1 – 2 of 2) sorted by relevance
124 fAccumulatorType(SkOperand2::kNoType), in SkScriptEngine2()181 if (fAccumulatorType == SkOperand2::kNoType) in addTokenValue()188 if (reg == kAccumulator && fAccumulatorType != SkOperand2::kNoType) in addTokenValue()195 fAccumulatorType = SkOperand2::kS32; in addTokenValue()203 fAccumulatorType = SkOperand2::kScalar; in addTokenValue()211 fAccumulatorType = SkOperand2::kString; in addTokenValue()1006 if (fAccumulatorType == SkOperand2::kNoType) { in processLogicalOp()1010 SkASSERT(fAccumulatorType != SkOperand2::kString); // !!! add error handling in processLogicalOp()1015 fAccumulatorType = SkOperand2::kNoType; in processLogicalOp()1029 fAccumulatorType = SkOperand2::kNoType; in processLogicalOp()[all …]
265 SkOperand2::OpType fAccumulatorType; // tracking for code generation variable