Searched refs:postTime (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/views/
H A DSkEvent.h214 void postTime(SkMSec time);
/external/skia/legacy/src/views/
H A DSkEvent.cpp301 this->postTime(SkTime::GetMSecs() + delay);
317 void SkEvent::postTime(SkMSec time) { function in class:SkEvent
/external/skia/src/views/
H A DSkEvent.cpp301 this->postTime(SkTime::GetMSecs() + delay);
317 void SkEvent::postTime(SkMSec time) { function in class:SkEvent
/external/skia/legacy/include/views/
H A DSkEvent.h216 void postTime(SkMSec time);
/external/skia/legacy/src/animator/
H A DSkDisplayEvent.cpp271 void SkEvent::postTime(SkMSec) {} function in class:SkEvent
H A DSkAnimateMaker.cpp128 (new SkEvent(SK_EventType_Delay, fAnimator->getSinkID()))->postTime(time);
H A DSkAnimator.cpp496 evt->setTargetID(sinkID)->postTime(time);
/external/skia/src/animator/
H A DSkDisplayEvent.cpp267 void SkEvent::postTime(SkMSec) {} function in class:SkEvent
H A DSkAnimateMaker.cpp128 (new SkEvent(SK_EventType_Delay, fAnimator->getSinkID()))->postTime(time);
H A DSkAnimator.cpp496 evt->setTargetID(sinkID)->postTime(time);

Completed in 126 milliseconds