Lines Matching defs:height
31 glyph.reset(fRand, this->width(), this->height());
33 fGlyphAnimator->reset(&fRand, this->width(), this->height());
63 return fGlyphAnimator->animate(nanos, this->width(), this->height());
69 deviceSpaceClipPath.transform(SkMatrix::Scale(this->width(), this->height()));
138 std::max(bounds.width(), bounds.height());
274 void runAnimationTask(double t, double dt, int width, int height) override {
276 this->MovingGlyphAnimator::runAnimationTask(t, 0.5 * dt, width, height);
416 const Sk4f height = amplitudes * (left * (1.f - fpart) + right * fpart);
418 Sk4f dy = height * dirsY;
419 Sk4f dx = height * dirsX;
435 fGlyphAnimator->reset(&fRand, this->width(), this->height());
439 fGlyphAnimator->reset(&fRand, this->width(), this->height());
443 fGlyphAnimator->reset(&fRand, this->width(), this->height());