Home
last modified time | relevance | path

Searched refs:fPrevY (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/viewer/
H A DTouchGesture.cpp144 rec->fStartY = rec->fPrevY = rec->fLastY = y; in appendNewRec()
232 rec.fPrevY = rec.fLastY; rec.fLastY = y; in touchMoved()
280 float dy = rec.fLastY - rec.fPrevY; in touchEnd()
H A DTouchGesture.h50 float fPrevX, fPrevY; member
/third_party/skia/src/core/
H A DSkAAClip.cpp247 int fPrevY; member in SkAAClip::Builder
253 fPrevY = -1; in Builder()
285 if (y != fPrevY) { in addRun()
286 SkASSERT(y > fPrevY); in addRun()
287 fPrevY = y; in addRun()

Completed in 4 milliseconds