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

  /external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp 181 SkScalar fInterp;
187 fInterp = 0;
243 apply_shader(&paint, SkScalarToFloat(fInterp));
249 fInterp += fDx;
250 if (fInterp > 1) {
251 fInterp = 1;
253 } else if (fInterp < 0) {
254 fInterp = 0;
TransitionView.cpp 31 TransitionView(SkView* prev, SkView* next, int direction) : fInterp(4, 2){
118 SkInterpolator::Result result = fInterp.timeToValues(SkTime::GetMSecs(), values);
163 fInterp.setKeyFrame(0, SkTime::GetMSecs(), fBegin, blend);
164 fInterp.setKeyFrame(1, SkTime::GetMSecs()+kDurationMS, fEnd, blend);
177 SkInterpolator fInterp;
  /external/chromium_org/third_party/skia/include/views/
SkWidget.h 268 SkInterpolator* fInterp;

Completed in 213 milliseconds