Home
last modified time | relevance | path

Searched refs:ToOpType (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/animator/
DSkAnimatorScript2.cpp203 ref->fType = SkAnimatorScript2::ToOpType(info->getType()); in getMemberReference()
233 ref->fType = SkAnimatorScript2::ToOpType(info->getType()); in getMemberReference()
305 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType())); in convert()
360 SkScriptEngine2(ToOpType(type)), fMaker(maker), fWorking(working) { in SkAnimatorScript2()
427 SkOpArray* array = value->fArray = new SkOpArray(ToOpType(original)); in evalMemberCommon()
469 SkOperand2::OpType SkAnimatorScript2::ToOpType(SkDisplayTypes type) { in ToOpType() function in SkAnimatorScript2
595 SkASSERT(value.fType == ToOpType(scriptTests[index].fType)); in UnitTest()
DSkScript.cpp354 if (ToOpType(type) == kObject) { in convertTo()
356 if (ToOpType(toType) == kString) { in convertTo()
907 if (ToOpType(scriptValue.fType) != kArray) { in handleArrayIndexer()
933 *fTypeStack.push() = ToOpType(scriptValue->fType); in handleBox()
959 *fTypeStack.push() = ToOpType(callbackResult.fType); in handleFunction()
981 *fTypeStack.push() = ToOpType(callbackResult.fType); in handleMember()
1002 *fTypeStack.push() = ToOpType(callbackResult.fType); in handleMemberFunction()
1024 *fTypeStack.push() = ToOpType(callbackResult.fType);
1052 *fTypeStack.push() = ToOpType(callbackResult.fType); in handleProperty()
1287 type1 = ToOpType(val.fType); in processOp()
[all …]
DSkTypedArray.h30 SkScriptEngine::SkOpType getOpType() { return SkScriptEngine::ToOpType(fType); } in getOpType()
DSkAnimatorScript2.h29 static SkOperand2::OpType ToOpType(SkDisplayTypes type);
DSkScript.h102 static SkOpType ToOpType(SkDisplayTypes type);
DSkAnimatorScript.cpp56 … : SkScriptEngine(SkScriptEngine::ToOpType(type)), fMaker(maker), fParent(NULL), fWorking(working) in SkAnimatorScript()