Searched refs:fLastX (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.cpp | 143 rec->fStartX = rec->fPrevX = rec->fLastX = x; in appendNewRec() 225 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved() 226 // SkDebugf("--- drop touchMove, within jitter tolerance %g %g\n", rec.fLastX - x, rec.fLastY - y); in touchMoved() 231 rec.fPrevX = rec.fLastX; rec.fLastX = x; in touchMoved() 238 float dx = rec.fLastX - rec.fStartX; in touchMoved() 253 center(rec0.fLastX, rec1.fLastX), in touchMoved() 271 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd() 279 float dx = rec.fLastX in touchEnd() [all...] |
H A D | TouchGesture.h | 51 float fLastX, fLastY; member
|
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 314 fLastX = clip.fRight << shift; in setBlitter() 320 int invWidth = fLastX - fPrevX; in prepost() 356 int fFirstX, fLastX, fPrevX; member in InverseBlitter
|
Completed in 3 milliseconds