Searched refs:PathText (Results 1 – 1 of 1) sorted by relevance
22 class PathText : public Sample { class27 PathText() {} in PathText() function in PathText124 void PathText::Glyph::init(SkRandom& rand, const SkPath& path) { in init()130 void PathText::Glyph::reset(SkRandom& rand, int w, int h) { in reset()145 class PathText::MovingGlyphAnimator : public PathText::GlyphAnimator {253 class PathText::WavyGlyphAnimator : public PathText::MovingGlyphAnimator {360 void PathText::WavyGlyphAnimator::Waves::reset(SkRandom& rand, int w, int h) { in reset()380 SkPoint PathText::WavyGlyphAnimator::Waves::apply(float tsec, const Sk2f matrix[3], in apply()428 bool PathText::onChar(SkUnichar unichar) { in onChar()451 Sample* MakePathTextSample() { return new PathText; } in MakePathTextSample()