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

/external/skia/include/core/
H A DSkTime.h38 static SkMSec GetMSecs();
55 fNow = SkTime::GetMSecs();
60 SkMSec dur = SkTime::GetMSecs() - fNow;
/external/skia/gpu/src/
H A DFlingState.cpp34 return SkTime::GetMSecs() * 0.001;
107 fTime0 = SkTime::GetMSecs();
121 double elapsed = (SkTime::GetMSecs() - fTime0) * 0.001;
H A DGrTouchGesture.cpp32 fLastUpT = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL;
55 rec->fLastT = rec->fPrevT = SkTime::GetMSecs();
142 rec.fPrevT = rec.fLastT; rec.fLastT = SkTime::GetMSecs();
225 SkMSec now = SkTime::GetMSecs();
H A Dapp-android.cpp171 gAnimTime = SkTime::GetMSecs();
297 SkMSec now = SkTime::GetMSecs();
/external/skia/src/views/
H A DSkProgressView.cpp42 fInterp->setKeyFrame(0, SkTime::GetMSecs(), &x, 0);
44 fInterp->setKeyFrame(1, SkTime::GetMSecs() + 333, &x);
61 if (fInterp->timeToValues(SkTime::GetMSecs(), &x) == SkInterpolator::kFreezeEnd_Result)
H A DSkTouchGesture.cpp34 return SkTime::GetMSecs() * 0.001;
125 fLastUpT = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL;
148 rec->fLastT = rec->fPrevT = SkTime::GetMSecs();
235 rec.fPrevT = rec.fLastT; rec.fLastT = SkTime::GetMSecs();
318 SkMSec now = SkTime::GetMSecs();
H A DSkBorderView.cpp45 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
H A DSkProgressBarView.cpp28 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
H A DSkScrollBarView.cpp82 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
H A DSkEvent.cpp316 return SkEvent::PostTime(evt, sinkID, SkTime::GetMSecs() + delay);
471 SkMSec delay = globals.fDelayQHead->fTime - SkTime::GetMSecs();
505 SkMSec now = SkTime::GetMSecs();
H A DSkWidget.cpp39 if (fInterp.timeToValues(SkTime::GetMSecs(), &scale) == SkInterpolator::kFreezeEnd_Result)
119 fInterp = new Interp(fText, SkTime::GetMSecs(), 500, dir);
H A DSkImageView.cpp163 SkMSec now = SkTime::GetMSecs();
H A DSkWidgetViews.cpp303 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
H A DSkListWidget.cpp353 SkMSec now = SkTime::GetMSecs();
H A DSkWidgets.cpp275 anim->draw(canvas, &paint, SkTime::GetMSecs());
/external/skia/samplecode/
H A DSampleMovie.cpp38 fMovie->setTime(SkTime::GetMSecs() % fMovie->duration());
H A DSampleApp.cpp553 gAnimTime = SkTime::GetMSecs();
863 fMeasureFPS_Time = SkTime::GetMSecs() - fMeasureFPS_Time;
905 fMeasureFPS_Time = SkTime::GetMSecs();
/external/skia/src/ports/
H A DSkTime_Unix.cpp43 SkMSec SkTime::GetMSecs() function in class:SkTime
H A DSkTime_win.cpp37 SkMSec SkTime::GetMSecs() function in class:SkTime
/external/skia/src/animator/
H A DSkTime.cpp43 SkMSec SkTime::GetMSecs() function in class:SkTime
77 SkMSec SkTime::GetMSecs() function in class:SkTime
H A DSkAnimateMaker.cpp34 return SkTime::GetMSecs();
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp117 fNow = SkTime::GetMSecs();
120 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
H A DSkImageDecoder_libjpeg.cpp99 fNow = SkTime::GetMSecs();
102 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp345 SkMSec startTime = SkTime::GetMSecs();
354 SkMSec endTime = SkTime::GetMSecs();
/external/webkit/Source/WebKit/android/nav/
H A DWebView.cpp428 SkMSec time = SkTime::GetMSecs();
438 SkMSec time = SkTime::GetMSecs();
883 SkTime::GetMSecs() - m_lastDxTime < 1000)
889 m_lastDxTime = SkTime::GetMSecs();
1136 m_ringAnimationEnd = SkTime::GetMSecs() + PRESSED_STATE_DURATION;

Completed in 233 milliseconds