Searched refs:ToDisplayType (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/animator/
H A DSkAnimatorScript2.h35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
H A DSkScript.h93 static SkDisplayTypes ToDisplayType(SkOpType type);
H A DSkAnimatorScript2.cpp141 SkAnimatorScript2::ToDisplayType(fEngine->getReturnType()));
455 SkDisplayTypes SkAnimatorScript2::ToDisplayType(SkOperand2::OpType type) { function in class:SkAnimatorScript2
H A DSkScript.cpp355 value->fType = ToDisplayType(type);
585 SkDisplayTypes type = ToDisplayType(fReturnType);
726 scriptValue.fType = ToDisplayType(topType);
748 operand.fArray = value->fOperand.fArray = new SkTypedArray(ToDisplayType(fReturnType));
843 value->fType = ToDisplayType(type);
846 if (convertTo(ToDisplayType(fReturnType), value) == false)
895 scriptValue.fType = ToDisplayType(type);
1185 ifValue.fType = ToDisplayType(ifType);
1276 val.fType = ToDisplayType(type1);
1287 val.fType = ToDisplayType(type
[all...]
H A DSkAnimatorScript.cpp140 SkAnimatorScript engine(host->fMaker, host->fWorking, SkScriptEngine::ToDisplayType(host->fReturnType));

Completed in 909 milliseconds