Searched refs:GetMSecs (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/skia/include/core/
H A DSkTime.h31 static SkMSec GetMSecs();
48 fNow = SkTime::GetMSecs();
53 SkMSec dur = SkTime::GetMSecs() - fNow;
/external/skia/include/core/
H A DSkTime.h31 static SkMSec GetMSecs();
48 fNow = SkTime::GetMSecs();
53 SkMSec dur = SkTime::GetMSecs() - fNow;
/external/chromium_org/third_party/skia/src/animator/
H A DSkTime.cpp31 SkMSec SkTime::GetMSecs() { function in class:SkTime
61 SkMSec SkTime::GetMSecs() { function in class:SkTime
/external/skia/src/animator/
H A DSkTime.cpp31 SkMSec SkTime::GetMSecs() { function in class:SkTime
61 SkMSec SkTime::GetMSecs() { function in class:SkTime
/external/chromium_org/third_party/skia/src/views/
H A DSkProgressView.cpp50 fInterp->setKeyFrame(0, SkTime::GetMSecs(), &x, 0);
52 fInterp->setKeyFrame(1, SkTime::GetMSecs() + 333, &x);
69 if (fInterp->timeToValues(SkTime::GetMSecs(), &x) == SkInterpolator::kFreezeEnd_Result)
H A DSkTouchGesture.cpp27 return SkTime::GetMSecs() * 0.001;
118 fLastUpT = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL;
141 rec->fLastT = rec->fPrevT = SkTime::GetMSecs();
230 rec.fPrevT = rec.fLastT; rec.fLastT = SkTime::GetMSecs();
313 SkMSec now = SkTime::GetMSecs();
/external/skia/src/views/
H A DSkProgressView.cpp50 fInterp->setKeyFrame(0, SkTime::GetMSecs(), &x, 0);
52 fInterp->setKeyFrame(1, SkTime::GetMSecs() + 333, &x);
69 if (fInterp->timeToValues(SkTime::GetMSecs(), &x) == SkInterpolator::kFreezeEnd_Result)
H A DSkTouchGesture.cpp27 return SkTime::GetMSecs() * 0.001;
118 fLastUpT = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL;
141 rec->fLastT = rec->fPrevT = SkTime::GetMSecs();
228 rec.fPrevT = rec.fLastT; rec.fLastT = SkTime::GetMSecs();
311 SkMSec now = SkTime::GetMSecs();
/external/chromium_org/third_party/skia/samplecode/
H A DSampleMovie.cpp45 fMovie->setTime(SkTime::GetMSecs() % fMovie->duration());
H A DTransitionView.cpp118 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);
/external/chromium_org/third_party/skia/src/ports/
H A DSkTime_Unix.cpp34 SkMSec SkTime::GetMSecs() function in class:SkTime
H A DSkTime_win.cpp29 SkMSec SkTime::GetMSecs() function in class:SkTime
/external/skia/samplecode/
H A DSampleMovie.cpp45 fMovie->setTime(SkTime::GetMSecs() % fMovie->duration());
H A DTransitionView.cpp118 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);
/external/skia/src/ports/
H A DSkTime_Unix.cpp34 SkMSec SkTime::GetMSecs() function in class:SkTime
H A DSkTime_win.cpp29 SkMSec SkTime::GetMSecs() function in class:SkTime
/external/chromium_org/third_party/skia/dm/
H A DDMTask.cpp34 fStart = SkTime::GetMSecs();
38 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
/external/chromium_org/third_party/skia/tests/
H A DTest.cpp99 const SkMSec start = SkTime::GetMSecs();
105 fElapsed = SkTime::GetMSecs() - start;
/external/skia/dm/
H A DDMTask.cpp39 fStart = SkTime::GetMSecs();
43 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
/external/skia/tests/
H A DTest.cpp103 const SkMSec start = SkTime::GetMSecs();
109 fElapsed = SkTime::GetMSecs() - start;
/external/chromium_org/third_party/skia/bench/
H A DPathUtilsBench.cpp21 SkRandom rand(SkTime::GetMSecs());
/external/skia/bench/
H A DPathUtilsBench.cpp21 SkRandom rand(SkTime::GetMSecs());
/external/chromium_org/third_party/skia/src/views/animated/
H A DSkBorderView.cpp52 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
H A DSkProgressBarView.cpp35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
/external/skia/src/views/animated/
H A DSkBorderView.cpp52 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());

Completed in 367 milliseconds

12