Home
last modified time | relevance | path

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

/external/skia/include/animator/
DSkAnimator.h478 virtual void onEventPostTime(SkEvent*, SkEventSinkID, SkMSec time);
/external/skia/src/animator/
DSkDisplayPost.cpp228 anim->onEventPostTime(new SkEvent(fEvent), targetID, futureTime); in enable()
DSkAnimator.cpp487 void SkAnimator::onEventPostTime(SkEvent* evt, SkEventSinkID sinkID, SkMSec time) in onEventPostTime() function in SkAnimator
492 root->onEventPostTime(evt, sinkID, time); in onEventPostTime()
DSkAnimateMaker.cpp252 fAnimator->onEventPostTime(new SkEvent(SK_EventType_Inval), fHostEventSinkID, time); in notifyInvalTime()