Searched refs:ToDisplayType (Results 1 – 5 of 5) sorted by relevance
355 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 …]
35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
141 SkAnimatorScript2::ToDisplayType(fEngine->getReturnType())); in invoke()455 SkDisplayTypes SkAnimatorScript2::ToDisplayType(SkOperand2::OpType type) { in ToDisplayType() function in SkAnimatorScript2
91 static SkDisplayTypes ToDisplayType(SkOpType type);
140 …SkAnimatorScript engine(host->fMaker, host->fWorking, SkScriptEngine::ToDisplayType(host->fReturnT… in Eval()