Home
last modified time | relevance | path

Searched refs:GetSecs (Results 1 – 8 of 8) sorted by relevance

/external/skia/tools/
Dskottie2movie.cpp102 double loop_start = SkTime::GetSecs(); in main()
160 double loop_dur = SkTime::GetSecs() - loop_start; in main()
/external/skia/include/core/
DSkTime.h38 static double GetSecs() { return GetNSecs() * 1e-9; } in GetSecs() function
/external/skqp/include/core/
DSkTime.h38 static double GetSecs() { return GetNSecs() * 1e-9; } in GetSecs() function
/external/skia/samplecode/
DSample3D.cpp189 fNow = SkTime::GetSecs(); in update()
197 double now = SkTime::GetSecs(); in rotation()
219 fPrevNow = SkTime::GetSecs(); in start()
/external/skia/tools/viewer/
DTouchGesture.cpp145 rec->fLastT = rec->fPrevT = static_cast<float>(SkTime::GetSecs()); in appendNewRec()
234 rec.fLastT = static_cast<float>(SkTime::GetSecs()); in touchMoved()
DImGuiLayer.cpp135 double currentTime = SkTime::GetSecs(); in onPrePaint()
/external/skqp/tools/viewer/
DTouchGesture.cpp145 rec->fLastT = rec->fPrevT = static_cast<float>(SkTime::GetSecs()); in appendNewRec()
233 rec.fLastT = static_cast<float>(SkTime::GetSecs()); in touchMoved()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp173 return SkTime::GetSecs(); in ANGLE_monotonicallyIncreasingTime()