Home
last modified time | relevance | path

Searched refs:_memberFunctionCallBack (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
DSkScript.h68 typedef bool (*_memberFunctionCallBack)(const char* member, size_t len, void* object, typedef
85 void memberFunctionCallBack(_memberFunctionCallBack , void* userStorage);
114 _memberFunctionCallBack fMemberFunctionCallBack;
DSkScript.cpp862 void SkScriptEngine::memberFunctionCallBack(_memberFunctionCallBack func, void* userStorage) { in memberFunctionCallBack()
/external/skia/src/animator/
DSkScript.h68 typedef bool (*_memberFunctionCallBack)(const char* member, size_t len, void* object, typedef
85 void memberFunctionCallBack(_memberFunctionCallBack , void* userStorage);
114 _memberFunctionCallBack fMemberFunctionCallBack;
DSkScript.cpp862 void SkScriptEngine::memberFunctionCallBack(_memberFunctionCallBack func, void* userStorage) { in memberFunctionCallBack()