Home
last modified time | relevance | path

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

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