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

  /external/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp 124 fAccumulatorType(SkOperand2::kNoType),
181 if (fAccumulatorType == SkOperand2::kNoType)
188 if (reg == kAccumulator && fAccumulatorType != SkOperand2::kNoType)
195 fAccumulatorType = SkOperand2::kS32;
203 fAccumulatorType = SkOperand2::kScalar;
211 fAccumulatorType = SkOperand2::kString;
    [all...]
SkScript2.h 266 SkOperand2::OpType fAccumulatorType; // tracking for code generation

Completed in 434 milliseconds