Searched refs:GetMSecs (Results 1 – 4 of 4) sorted by relevance
61 fTimers[timer].fTimes[fCurrentMeasurement] -= SkTime::GetMSecs(); in beginTiming()67 fTimers[timer].fTimes[fCurrentMeasurement] += SkTime::GetMSecs(); in endTiming()93 fTotalTimes[fCurrentMeasurement] = SkTime::GetMSecs() - fLastTotalBegin; in onPrePaint()99 fLastTotalBegin = SkTime::GetMSecs(); in onPrePaint()
32 return SkTime::GetMSecs() * 0.001; in getseconds()123 fLastUpMillis = SkTime::GetMSecs() - 2*MAX_DBL_TAP_INTERVAL; in resetTouchState()332 double now = SkTime::GetMSecs(); in handleDblTap()
17 inline double GetMSecs() { return GetNSecs() * 1e-6; } in GetMSecs() function
92 double msec = SkTime::GetMSecs(); in CreateUUID()