Searched refs:fWaves (Results 1 – 2 of 2) sorted by relevance
/external/skqp/samplecode/ |
D | SamplePathText.cpp | 261 fWaves.reset(fRand, this->width(), this->height()); in reset() 294 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]); in runAnimationTask() 299 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 304 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 305 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); in runAnimationTask() 357 Waves fWaves; member in WavyPathText
|
/external/skia/samplecode/ |
D | SamplePathText.cpp | 261 fWaves.reset(fRand, this->width(), this->height()); in reset() 294 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]); in runAnimationTask() 299 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 304 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]); in runAnimationTask() 305 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]); in runAnimationTask() 357 Waves fWaves; member in WavyPathText
|