Searched refs:onEventPostTime (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/animator/ |
D | SkAnimator.h | 478 virtual void onEventPostTime(SkEvent*, SkEventSinkID, SkMSec time);
|
/external/skia/src/animator/ |
D | SkDisplayPost.cpp | 228 anim->onEventPostTime(new SkEvent(fEvent), targetID, futureTime); in enable()
|
D | SkAnimator.cpp | 487 void SkAnimator::onEventPostTime(SkEvent* evt, SkEventSinkID sinkID, SkMSec time) in onEventPostTime() function in SkAnimator 492 root->onEventPostTime(evt, sinkID, time); in onEventPostTime()
|
D | SkAnimateMaker.cpp | 252 fAnimator->onEventPostTime(new SkEvent(SK_EventType_Inval), fHostEventSinkID, time); in notifyInvalTime()
|