OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMSecs
(Results
1 - 25
of
36
) 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/gpu/
FlingState.cpp
27
return SkTime::
GetMSecs
() * 0.001;
100
fTime0 = SkTime::
GetMSecs
();
114
double elapsed = (SkTime::
GetMSecs
() - fTime0) * 0.001;
/external/skia/src/gpu/
FlingState.cpp
27
return SkTime::
GetMSecs
() * 0.001;
100
fTime0 = SkTime::
GetMSecs
();
114
double elapsed = (SkTime::
GetMSecs
() - fTime0) * 0.001;
/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
();
SkEvent.cpp
301
this->postTime(SkTime::
GetMSecs
() + delay);
407
SkMSec delay = globals.fDelayQHead->fTime - SkTime::
GetMSecs
();
439
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
();
SkEvent.cpp
301
this->postTime(SkTime::
GetMSecs
() + delay);
407
SkMSec delay = globals.fDelayQHead->fTime - SkTime::
GetMSecs
();
439
SkMSec now = SkTime::
GetMSecs
();
/external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp
34
SkMSec SkTime::
GetMSecs
()
SkTime_win.cpp
29
SkMSec SkTime::
GetMSecs
()
/external/skia/src/ports/
SkTime_Unix.cpp
34
SkMSec SkTime::
GetMSecs
()
SkTime_win.cpp
29
SkMSec SkTime::
GetMSecs
()
/external/chromium_org/third_party/skia/src/animator/
SkTime.cpp
35
SkMSec SkTime::
GetMSecs
()
69
SkMSec SkTime::
GetMSecs
()
/external/skia/src/animator/
SkTime.cpp
35
SkMSec SkTime::
GetMSecs
()
69
SkMSec SkTime::
GetMSecs
()
/external/skia/tests/
Test.cpp
103
const SkMSec start = SkTime::
GetMSecs
();
109
fElapsed = SkTime::
GetMSecs
() - start;
PathUtilsTest.cpp
19
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
());
SkScrollBarView.cpp
89
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
());
SkProgressBarView.cpp
35
SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::
GetMSecs
());
SkScrollBarView.cpp
89
SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::
GetMSecs
());
Completed in 291 milliseconds
1
2