Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScript.cpp333 callBack.fUserStorage = userStorage; in commonCallBack()
930 success = (*callBack->fBoxCallBack)(callBack->fUserStorage, scriptValue); in handleBox()
956 callBack->fUserStorage, &callbackResult); in handleFunction()
976 …success = (*callBack->fMemberCallBack)(field, len, object, callBack->fUserStorage, &callbackResult… in handleMember()
997 callBack->fUserStorage, &callbackResult); in handleMemberFunction()
1019 callBack->fUserStorage, &callbackResult);
1045 callBack->fUserStorage, &callbackResult); in handleProperty()
1067 success = (*callBack->fUnboxCallBack)(callBack->fUserStorage, scriptValue); in handleUnbox()
DSkScript.h117 void* fUserStorage; member