Home | History | Annotate | Download | only in animator

Lines Matching refs:evt

149 bool SkAnimator::doUserEvent(const SkEvent& evt) {
151 return onEvent(evt);
410 bool SkAnimator::onEvent(const SkEvent& evt) {
416 root->eventDone(evt);
418 if (evt.isType(SK_EventType_OnEnd)) {
420 bool success = evt.findPtr("anim", (void**) &eventState.fDisplayable);
422 success = evt.findS32("time", (int32_t*) &fMaker->fEnableTime);
429 if (evt.isType(SK_EventType_Delay)) {
434 const char* id = evt.findString("id");
441 movie->doEvent(evt);
454 SkMSec time = evt.getFast32();
470 displayEvent->populateInput(*fMaker, evt);
479 void SkAnimator::onEventPost(SkEvent* evt, SkEventSinkID sinkID)
484 root->onEventPost(evt, sinkID);
490 SkEvent::Post(evt, sinkID);
493 void SkAnimator::onEventPostTime(SkEvent* evt, SkEventSinkID sinkID, SkMSec time)
498 root->onEventPostTime(evt, sinkID, time);
504 SkEvent::PostTime(evt, sinkID, time);