Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSamplePathText.cpp248 class WavyPathText : public MovingPathText { class
252 WavyPathText() in WavyPathText() function in WavyPathText
256 ~WavyPathText() override { in ~WavyPathText()
362 void WavyPathText::Waves::reset(SkRandom& rand, int w, int h) { in reset()
382 SkPoint WavyPathText::Waves::apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const { in apply()
431 DEF_SAMPLE( return new WavyPathText; )
/external/skia/samplecode/
DSamplePathText.cpp248 class WavyPathText : public MovingPathText { class
252 WavyPathText() in WavyPathText() function in WavyPathText
256 ~WavyPathText() override { in ~WavyPathText()
362 void WavyPathText::Waves::reset(SkRandom& rand, int w, int h) { in reset()
382 SkPoint WavyPathText::Waves::apply(float tsec, const Sk2f matrix[3], const SkPoint& pt) const { in apply()
431 DEF_SAMPLE( return new WavyPathText; )