Home
last modified time | relevance | path

Searched refs:PathText (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/samplecode/
DSamplePathText.cpp22 class PathText : public Sample { class
27 PathText() {} in PathText() function in PathText
124 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()