HomeSort by relevance Sort by last modified time
    Searched full:fwaves (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SamplePathText.cpp 258 fWaves.reset(fRand, this->width(), this->height());
291 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]);
296 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]);
301 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]);
302 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]);
354 Waves fWaves;
  /external/skqp/samplecode/
SamplePathText.cpp 258 fWaves.reset(fRand, this->width(), this->height());
291 SkPoint pt = fWaves.apply(tsec, matrix, pts[0]);
296 SkPoint endpt = fWaves.apply(tsec, matrix, pts[1]);
301 SkPoint controlPt = fWaves.apply(tsec, matrix, pts[1]);
302 SkPoint endpt = fWaves.apply(tsec, matrix, pts[2]);
354 Waves fWaves;

Completed in 2597 milliseconds