Home
last modified time | relevance | path

Searched refs:fLastT (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/viewer/
DTouchGesture.cpp145 rec->fLastT = rec->fPrevT = static_cast<float>(SkTime::GetSecs()); in appendNewRec()
233 rec.fPrevT = rec.fLastT; in touchMoved()
234 rec.fLastT = static_cast<float>(SkTime::GetSecs()); in touchMoved()
281 float dur = rec.fLastT - rec.fPrevT; in touchEnd()
DTouchGesture.h52 float fPrevT, fLastT; member
/external/skqp/tools/viewer/
DTouchGesture.cpp145 rec->fLastT = rec->fPrevT = static_cast<float>(SkTime::GetSecs()); in appendNewRec()
232 rec.fPrevT = rec.fLastT; in touchMoved()
233 rec.fLastT = static_cast<float>(SkTime::GetSecs()); in touchMoved()
282 float dur = rec.fLastT - rec.fPrevT; in touchEnd()
DTouchGesture.h48 float fPrevT, fLastT; member