Home
last modified time | relevance | path

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

/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()