Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSamplePathText.cpp172 this->runAnimationTask(0, 0, screenWidth, screenHeight);
183 fBackgroundAnimationTask.add(std::bind(&MovingGlyphAnimator::runAnimationTask, this, tsec,
192 virtual void runAnimationTask(double t, double dt, int w, int h) { in runAnimationTask() function in PathText::MovingGlyphAnimator
274 void runAnimationTask(double t, double dt, int width, int height) override {
276 this->MovingGlyphAnimator::runAnimationTask(t, 0.5 * dt, width, height);

Completed in 2 milliseconds