Home
last modified time | relevance | path

Searched refs:GetMSecs (Results 1 – 11 of 11) sorted by relevance

/external/skia/samplecode/
DSampleClipDrawMatch.cpp124 fTrans.setKeyFrame(0, GetMSecs() + 1000, values); in ClipDrawMatchView()
126 fTrans.setKeyFrame(1, GetMSecs() + 2000, values); in ClipDrawMatchView()
128 fTrans.setKeyFrame(2, GetMSecs() + 3000, values); in ClipDrawMatchView()
130 fTrans.setKeyFrame(3, GetMSecs() + 4000, values); in ClipDrawMatchView()
132 fTrans.setKeyFrame(4, GetMSecs() + 5000, values); in ClipDrawMatchView()
234 fTrans.timeToValues(GetMSecs(), trans); in onDrawContent()
244 SkMSec GetMSecs() const { in GetMSecs() function in ClipDrawMatchView
245 return static_cast<SkMSec>(SkTime::GetMSecs() - fStart); in GetMSecs()
253 const double fStart = SkTime::GetMSecs();
/external/skqp/samplecode/
DSampleClipDrawMatch.cpp124 fTrans.setKeyFrame(0, GetMSecs() + 1000, values); in ClipDrawMatchView()
126 fTrans.setKeyFrame(1, GetMSecs() + 2000, values); in ClipDrawMatchView()
128 fTrans.setKeyFrame(2, GetMSecs() + 3000, values); in ClipDrawMatchView()
130 fTrans.setKeyFrame(3, GetMSecs() + 4000, values); in ClipDrawMatchView()
132 fTrans.setKeyFrame(4, GetMSecs() + 5000, values); in ClipDrawMatchView()
234 fTrans.timeToValues(GetMSecs(), trans); in onDrawContent()
244 SkMSec GetMSecs() const { in GetMSecs() function in ClipDrawMatchView
245 return static_cast<SkMSec>(SkTime::GetMSecs() - fStart); in GetMSecs()
253 const double fStart = SkTime::GetMSecs();
/external/skia/include/core/
DSkTime.h39 static double GetMSecs() { return GetNSecs() * 1e-6; } in GetMSecs() function
51 , fNow(SkTime::GetMSecs()) {} in fLabel()
53 uint64_t dur = static_cast<uint64_t>(SkTime::GetMSecs() - fNow); in ~SkAutoTime()
/external/skqp/include/core/
DSkTime.h39 static double GetMSecs() { return GetNSecs() * 1e-6; } in GetMSecs() function
51 , fNow(SkTime::GetMSecs()) {} in fLabel()
53 uint64_t dur = static_cast<uint64_t>(SkTime::GetMSecs() - fNow); in ~SkAutoTime()
/external/skqp/tools/viewer/
DTouchGesture.cpp26 return SkTime::GetMSecs() * 0.001; in getseconds()
117 fLastUpMillis = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL; in resetTouchState()
329 double now = SkTime::GetMSecs(); in handleDblTap()
DStatsLayer.cpp41 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); in beginTiming()
45 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); in endTiming()
/external/skia/tools/viewer/
DTouchGesture.cpp26 return SkTime::GetMSecs() * 0.001; in getseconds()
117 fLastUpMillis = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL; in resetTouchState()
329 double now = SkTime::GetMSecs(); in handleDblTap()
DStatsLayer.cpp42 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); in beginTiming()
46 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); in endTiming()
/external/skqp/modules/skottie/src/
DSkottie.cpp409 const auto t0 = SkTime::GetMSecs(); in make()
421 const auto t1 = SkTime::GetMSecs(); in make()
452 const auto t2 = SkTime::GetMSecs(); in make()
/external/skqp/src/pdf/
DSkPDFMetadata.cpp159 double msec = SkTime::GetMSecs(); in CreateUUID()
/external/skia/src/pdf/
DSkPDFMetadata.cpp159 double msec = SkTime::GetMSecs(); in CreateUUID()