Searched refs:fLastX (Results 1 – 6 of 6) sorted by relevance
/external/skia/tools/viewer/ |
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() 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 - rec.fPrevX; in touchEnd() 316 dx = rec0.fLastX - rec1.fLastX; in computePinch()
|
D | TouchGesture.h | 51 float fLastX, fLastY; member
|
/external/skqp/tools/viewer/ |
D | TouchGesture.cpp | 143 rec->fStartX = rec->fPrevX = rec->fLastX = x; in appendNewRec() 224 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved() 230 rec.fPrevX = rec.fLastX; rec.fLastX = x; in touchMoved() 237 float dx = rec.fLastX - rec.fStartX; in touchMoved() 254 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), in touchMoved() 272 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd() 280 float dx = rec.fLastX - rec.fPrevX; in touchEnd() 319 dx = rec0.fLastX - rec1.fLastX; in computePinch()
|
D | TouchGesture.h | 47 float fLastX, fLastY; member
|
/external/skia/src/core/ |
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
|
/external/skqp/src/core/ |
D | SkScan_Path.cpp | 315 fLastX = clip.fRight << shift; in setBlitter() 321 int invWidth = fLastX - fPrevX; in prepost() 357 int fFirstX, fLastX, fPrevX; member in InverseBlitter
|