Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScript.cpp326 callBack.fUserStorage = userStorage; in commonCallBack()
923 success = (*callBack->fBoxCallBack)(callBack->fUserStorage, scriptValue); in handleBox()
949 callBack->fUserStorage, &callbackResult); in handleFunction()
969 …success = (*callBack->fMemberCallBack)(field, len, object, callBack->fUserStorage, &callbackResult… in handleMember()
990 callBack->fUserStorage, &callbackResult); in handleMemberFunction()
1012 callBack->fUserStorage, &callbackResult);
1038 callBack->fUserStorage, &callbackResult); in handleProperty()
1060 success = (*callBack->fUnboxCallBack)(callBack->fUserStorage, scriptValue); in handleUnbox()
DSkScript.h107 void* fUserStorage; member