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

  /external/skia/legacy/src/animator/
SkAnimatorScript.h 44 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
SkAnimatorScript.cpp 54 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) {
  /external/skia/src/animator/
SkAnimatorScript.h 44 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
SkAnimatorScript.cpp 54 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) {

Completed in 301 milliseconds