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

  /external/skia/src/animator/
SkAnimatorScript2.h 35 static SkDisplayTypes ToDisplayType(SkOperand2::OpType type);
SkScript.h 93 static SkDisplayTypes ToDisplayType(SkOpType type);
SkAnimatorScript2.cpp 141 SkAnimatorScript2::ToDisplayType(fEngine->getReturnType()));
455 SkDisplayTypes SkAnimatorScript2::ToDisplayType(SkOperand2::OpType type) {
SkScript.cpp 355 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);
    [all...]
SkAnimatorScript.cpp 140 SkAnimatorScript engine(host->fMaker, host->fWorking, SkScriptEngine::ToDisplayType(host->fReturnType));

Completed in 40 milliseconds