HomeSort by relevance Sort by last modified time
    Searched refs:onEventPost (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 477 virtual void onEventPost(SkEvent*, SkEventSinkID);
  /external/skia/include/animator/
SkAnimator.h 477 virtual void onEventPost(SkEvent*, SkEventSinkID);
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateMaker.cpp 247 fAnimator->onEventPost(new SkEvent(SK_EventType_Inval), fHostEventSinkID);
261 fAnimator->onEventPost(new SkEvent(evt), sinkID);
SkDisplayPost.cpp 226 anim->onEventPost(new SkEvent(fEvent), targetID);
SkAnimator.cpp 473 void SkAnimator::onEventPost(SkEvent* evt, SkEventSinkID sinkID)
478 root->onEventPost(evt, sinkID);
  /external/skia/src/animator/
SkAnimateMaker.cpp 247 fAnimator->onEventPost(new SkEvent(SK_EventType_Inval), fHostEventSinkID);
261 fAnimator->onEventPost(new SkEvent(evt), sinkID);
SkDisplayPost.cpp 226 anim->onEventPost(new SkEvent(fEvent), targetID);
SkAnimator.cpp 473 void SkAnimator::onEventPost(SkEvent* evt, SkEventSinkID sinkID)
478 root->onEventPost(evt, sinkID);

Completed in 2291 milliseconds