Searched refs:fLastT (Results 1 – 4 of 4) sorted by relevance
145 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()
52 float fPrevT, fLastT; member
145 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()
48 float fPrevT, fLastT; member