Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkAnimatorScript.cpp54propertyCallBack(EvalID, (void*) this); // must be first (entries are prepended, will be last), si… in SkAnimatorScript()
55 propertyCallBack(Infinity, (void*) this); in SkAnimatorScript()
56 propertyCallBack(NaN, (void*) this); in SkAnimatorScript()
62 propertyCallBack(EvalNamedColor, (void*) &maker.fIDs); in SkAnimatorScript()
67 propertyCallBack(EvalEnum, (void*) map.fValues); in SkAnimatorScript()
72 propertyCallBack(extra->fExtraCallBack, extra->fExtraStorage); in SkAnimatorScript()
DSkScript.h87 void propertyCallBack(_propertyCallBack prop, void* userStorage);
DSkDrawExtraPathEffect.cpp99 engine.propertyCallBack(GetContourLength, &contourLength); in begin()
DSkAnimatorScript2.cpp387 … *fCallBackArray.append() = new propertyCallBack(extra->fExtraCallBack, extra->fExtraStorage); in SkAnimatorScript2()
DSkScript.cpp1464 void SkScriptEngine::propertyCallBack(_propertyCallBack prop, void* userStorage) { in propertyCallBack() function in SkScriptEngine