Searched defs:SkAnimTimer (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A DSkAnimTimer.h21 class SkAnimTimer { class
32 SkAnimTimer() : fBaseTime(0), fCurrTime(0), fState(kStopped_State) {} function in class:SkAnimTimer
H A Dgm.h19 class SkAnimTimer;
97 bool animate(const SkAnimTimer&);
108 virtual bool onAnimate(const SkAnimTimer&) { return false; } argument
/external/skia/samplecode/
H A DSampleCode.h18 class SkAnimTimer;
114 bool animate(const SkAnimTimer& timer) { return this->onAnimate(timer); }
134 virtual bool onAnimate(const SkAnimTimer&) { return false; } argument

Completed in 123 milliseconds