Home | History | Annotate | Download | only in views

Lines Matching refs:fInterp

19 	fInterp = NULL;
25 delete fInterp;
46 if (fInterp)
47 delete fInterp;
48 fInterp = new SkInterpolator(1, 2);
50 fInterp->setKeyFrame(0, SkTime::GetMSecs(), &x, 0);
52 fInterp->setKeyFrame(1, SkTime::GetMSecs() + 333, &x);
66 if (fInterp)
69 if (fInterp->timeToValues(SkTime::GetMSecs(), &x) == SkInterpolator::kFreezeEnd_Result)
71 delete fInterp;
72 fInterp = NULL;