HomeSort by relevance Sort by last modified time
    Searched refs:fAccumulatorType (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkScriptTokenizer.cpp 116 fAccumulatorType(SkOperand2::kNoType),
173 if (fAccumulatorType == SkOperand2::kNoType)
180 if (reg == kAccumulator && fAccumulatorType != SkOperand2::kNoType)
187 fAccumulatorType = SkOperand2::kS32;
195 fAccumulatorType = SkOperand2::kScalar;
203 fAccumulatorType = SkOperand2::kString;
    [all...]
SkScript2.h 258 SkOperand2::OpType fAccumulatorType; // tracking for code generation

Completed in 17 milliseconds