Searched refs:GetSecs (Results 1 – 8 of 8) sorted by relevance
102 double loop_start = SkTime::GetSecs(); in main()160 double loop_dur = SkTime::GetSecs() - loop_start; in main()
38 static double GetSecs() { return GetNSecs() * 1e-9; } in GetSecs() function
189 fNow = SkTime::GetSecs(); in update()197 double now = SkTime::GetSecs(); in rotation()219 fPrevNow = SkTime::GetSecs(); in start()
145 rec->fLastT = rec->fPrevT = static_cast<float>(SkTime::GetSecs()); in appendNewRec()234 rec.fLastT = static_cast<float>(SkTime::GetSecs()); in touchMoved()
135 double currentTime = SkTime::GetSecs(); in onPrePaint()
145 rec->fLastT = rec->fPrevT = static_cast<float>(SkTime::GetSecs()); in appendNewRec()233 rec.fLastT = static_cast<float>(SkTime::GetSecs()); in touchMoved()
173 return SkTime::GetSecs(); in ANGLE_monotonicallyIncreasingTime()