HomeSort by relevance Sort by last modified time
    Searched defs:onAnimate (Results 1 - 3 of 3) sorted by null

  /external/skia/samplecode/
GMSampleView.cpp 93 bool GMSampleView::onAnimate(const SkAnimTimer& timer) {
SampleCode.h 123 bool animate(const SkAnimTimer& timer) { return this->onAnimate(timer); }
143 virtual bool onAnimate(const SkAnimTimer&) { return false; }
  /external/skia/gm/
gm.h 119 virtual bool onAnimate(const SkAnimTimer&) { return false; }

Completed in 52 milliseconds