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

  /external/skia/include/core/
SkTime.h 38 static SkMSec GetMSecs();
55 fNow = SkTime::GetMSecs();
60 SkMSec dur = SkTime::GetMSecs() - fNow;
  /external/skia/src/core/
SkGraphics.cpp 140 SkMSec now = SkTime::GetMSecs();
144 len * TEXT_LOOP_COUNT * 1000.0 / (SkTime::GetMSecs() - now));
217 SkMSec now = SkTime::GetMSecs();
221 SkMSec now2 = SkTime::GetMSecs();
227 printf("-------- SkFixedMul = %d\n", SkTime::GetMSecs() - now2);
243 SkMSec now = SkTime::GetMSecs();
247 SkMSec now2 = SkTime::GetMSecs();
253 printf("-------- SkFractMul = %d\n", SkTime::GetMSecs() - now2);
269 SkMSec now = SkTime::GetMSecs();
273 SkMSec now2 = SkTime::GetMSecs();
    [all...]
  /external/skia/src/views/
SkProgressView.cpp 42 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)
SkBorderView.cpp 43 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkProgressBarView.cpp 28 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkScrollBarView.cpp 82 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkEvent.cpp 316 return SkEvent::PostTime(evt, sinkID, SkTime::GetMSecs() + delay);
471 SkMSec delay = globals.fDelayQHead->fTime - SkTime::GetMSecs();
505 SkMSec now = SkTime::GetMSecs();
SkWidget.cpp 39 if (fInterp.timeToValues(SkTime::GetMSecs(), &scale) == SkInterpolator::kFreezeEnd_Result)
119 fInterp = new Interp(fText, SkTime::GetMSecs(), 500, dir);
SkImageView.cpp 163 SkMSec now = SkTime::GetMSecs();
SkWidgetViews.cpp 303 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkListWidget.cpp 353 SkMSec now = SkTime::GetMSecs();
SkWidgets.cpp 275 anim->draw(canvas, &paint, SkTime::GetMSecs());
  /external/skia/src/ports/
SkTime_Unix.cpp 43 SkMSec SkTime::GetMSecs()
  /external/skia/src/animator/
SkTime.cpp 43 SkMSec SkTime::GetMSecs()
77 SkMSec SkTime::GetMSecs()
SkAnimateMaker.cpp 33 virtual SkMSec getMSecs() const {
34 return SkTime::GetMSecs();
211 return fTimeline->getMSecs();
  /external/skia/bench/
benchmain.cpp 353 SkMSec now = SkTime::GetMSecs();
375 double duration = SkTime::GetMSecs() - now;
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.cpp 294 SkMSec startTime = SkTime::GetMSecs();
303 SkMSec endTime = SkTime::GetMSecs();
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 99 fNow = SkTime::GetMSecs();
102 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
  /external/webkit/WebKit/android/nav/
WebView.cpp 382 SkMSec time = SkTime::GetMSecs();
727 SkTime::GetMSecs() - m_lastDxTime < 1000)
733 m_lastDxTime = SkTime::GetMSecs();
934 m_ringAnimationEnd = SkTime::GetMSecs() + 500;
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 1045 milliseconds