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

  /external/skia/samplecode/
GMSampleView.cpp 59 bool GMSampleView::onAnimate(const SkAnimTimer& timer) {
SampleCode.h 114 bool animate(const SkAnimTimer& timer) { return this->onAnimate(timer); }
134 virtual bool onAnimate(const SkAnimTimer&) { return false; }
  /external/skia/gm/
gm.h 108 virtual bool onAnimate(const SkAnimTimer&) { return false; }

Completed in 231 milliseconds