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

  /external/skia/src/animator/
SkTypedArray.h 30 SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(fType); }
SkAnimatorScript2.h 29 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
SkAnimatorScript2.cpp 203 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
233 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
305 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType()));
360 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) {
427 SkOpArray* array = value->fArray = new SkOpArray(ToOpType(original));
469 SkOperand2::OpType SkAnimatorScript2::ToOpType(SkDisplayTypes type) {
595 SkASSERT(value.fType == ToOpType(scriptTests[index].fType));
SkScript.cpp 354 if (ToOpType(type) == kObject) {
356 if (ToOpType(toType) == kString) {
    [all...]
SkScript.h 102 static SkOpType ToOpType(SkDisplayTypes type);
SkAnimatorScript.cpp 56 : SkScriptEngine(SkScriptEngine::ToOpType(type)), fMaker(maker), fParent(NULL), fWorking(working)

Completed in 169 milliseconds