Lines Matching refs:reset
29 virtual void reset() {
31 glyph.reset(fRand, this->width(), this->height());
33 fGlyphAnimator->reset(&fRand, this->width(), this->height());
54 this->reset();
56 void onSizeChange() final { this->Sample::onSizeChange(); this->reset(); }
82 void reset(SkRandom& rand, int w, int h);
95 virtual void reset(SkRandom*, int screenWidth, int screenHeight) {}
130 void PathText::Glyph::reset(SkRandom& rand, int w, int h) {
157 void reset(SkRandom* rand, int screenWidth, int screenHeight) override {
265 void reset(SkRandom* rand, int screenWidth, int screenHeight) override {
266 fWaves.reset(*rand, screenWidth, screenHeight);
267 this->MovingGlyphAnimator::reset(rand, screenWidth, screenHeight);
289 backpath->reset();
340 void reset(SkRandom& rand, int w, int h);
360 void PathText::WavyGlyphAnimator::Waves::reset(SkRandom& rand, int w, int h) {
435 fGlyphAnimator->reset(&fRand, this->width(), this->height());
439 fGlyphAnimator->reset(&fRand, this->width(), this->height());
443 fGlyphAnimator->reset(&fRand, this->width(), this->height());