Searched refs:EvalID (Results 1 - 4 of 4) sorted by relevance

/external/skia/legacy/src/animator/
H A DSkAnimatorScript.h44 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
H A DSkAnimatorScript.cpp54 propertyCallBack(EvalID, (void*) this); // must be first (entries are prepended, will be last), since it never fails
159 bool SkAnimatorScript::EvalID(const char* token, size_t len, void* user, SkScriptValue* value) { function in class:SkAnimatorScript
/external/skia/src/animator/
H A DSkAnimatorScript.h44 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
H A DSkAnimatorScript.cpp54 propertyCallBack(EvalID, (void*) this); // must be first (entries are prepended, will be last), since it never fails
159 bool SkAnimatorScript::EvalID(const char* token, size_t len, void* user, SkScriptValue* value) { function in class:SkAnimatorScript

Completed in 94 milliseconds