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

1 2

  /external/chromium_org/third_party/skia/include/core/
SkTime.h 31 static SkMSec GetMSecs();
48 fNow = SkTime::GetMSecs();
53 SkMSec dur = SkTime::GetMSecs() - fNow;
  /external/skia/include/core/
SkTime.h 31 static SkMSec GetMSecs();
48 fNow = SkTime::GetMSecs();
53 SkMSec dur = SkTime::GetMSecs() - fNow;
  /external/chromium_org/third_party/skia/src/animator/
SkTime.cpp 31 SkMSec SkTime::GetMSecs() {
61 SkMSec SkTime::GetMSecs() {
  /external/skia/src/animator/
SkTime.cpp 31 SkMSec SkTime::GetMSecs() {
61 SkMSec SkTime::GetMSecs() {
  /external/chromium_org/third_party/skia/src/views/
SkProgressView.cpp 50 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)
SkTouchGesture.cpp 27 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/skia/src/views/
SkProgressView.cpp 50 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)
SkTouchGesture.cpp 27 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/
SampleMovie.cpp 45 fMovie->setTime(SkTime::GetMSecs() % fMovie->duration());
TransitionView.cpp 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);
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 34 SkMSec SkTime::GetMSecs()
SkTime_win.cpp 29 SkMSec SkTime::GetMSecs()
  /external/skia/samplecode/
SampleMovie.cpp 45 fMovie->setTime(SkTime::GetMSecs() % fMovie->duration());
TransitionView.cpp 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);
  /external/skia/src/ports/
SkTime_Unix.cpp 34 SkMSec SkTime::GetMSecs()
SkTime_win.cpp 29 SkMSec SkTime::GetMSecs()
  /external/chromium_org/third_party/skia/dm/
DMTask.cpp 39 fStart = SkTime::GetMSecs();
43 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
  /external/chromium_org/third_party/skia/tests/
Test.cpp 103 const SkMSec start = SkTime::GetMSecs();
109 fElapsed = SkTime::GetMSecs() - start;
  /external/skia/dm/
DMTask.cpp 39 fStart = SkTime::GetMSecs();
43 fReporter->printStatus(this->name(), SkTime::GetMSecs() - fStart);
  /external/skia/tests/
Test.cpp 103 const SkMSec start = SkTime::GetMSecs();
109 fElapsed = SkTime::GetMSecs() - start;
  /external/chromium_org/third_party/skia/bench/
PathUtilsBench.cpp 21 SkRandom rand(SkTime::GetMSecs());
  /external/skia/bench/
PathUtilsBench.cpp 21 SkRandom rand(SkTime::GetMSecs());
  /external/chromium_org/third_party/skia/src/views/animated/
SkBorderView.cpp 52 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
SkProgressBarView.cpp 35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());
  /external/skia/src/views/animated/
SkBorderView.cpp 52 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs());

Completed in 786 milliseconds

1 2