HomeSort by relevance Sort by last modified time
    Searched refs:fInterp (Results 1 - 4 of 4) sorted by null

  /external/skia/samplecode/
SampleHT.cpp 49 SkInterpolator* fInterp;
57 fInterp = nullptr;
64 delete fInterp;
65 fInterp = new SkInterpolator(5, 3);
68 fInterp->setKeyFrame(0, now, values);
70 fInterp->setKeyFrame(1, now + 1000, values);
72 fInterp->setKeyFrame(2, now + 2000, values);
74 fInterp->setMirror(true);
75 fInterp->setRepeatCount(3);
92 if (fInterp) {
    [all...]
SampleTextEffects.cpp 109 SkScalar fInterp;
115 fInterp = 0;
134 auto pe = makepe(fInterp, &pts);
162 fInterp += fDx;
163 if (fInterp > 1) {
164 fInterp = 1;
166 } else if (fInterp < 0) {
167 fInterp = 0;
  /external/skqp/samplecode/
SampleHT.cpp 49 SkInterpolator* fInterp;
57 fInterp = nullptr;
64 delete fInterp;
65 fInterp = new SkInterpolator(5, 3);
68 fInterp->setKeyFrame(0, now, values);
70 fInterp->setKeyFrame(1, now + 1000, values);
72 fInterp->setKeyFrame(2, now + 2000, values);
74 fInterp->setMirror(true);
75 fInterp->setRepeatCount(3);
92 if (fInterp) {
    [all...]
SampleTextEffects.cpp 109 SkScalar fInterp;
115 fInterp = 0;
134 auto pe = makepe(fInterp, &pts);
162 fInterp += fDx;
163 if (fInterp > 1) {
164 fInterp = 1;
166 } else if (fInterp < 0) {
167 fInterp = 0;

Completed in 614 milliseconds