Searched refs:close_enough_for_jitter (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/viewer/ |
D | TouchGesture.cpp | 97 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { in close_enough_for_jitter() function 224 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
|
/external/skqp/tools/viewer/ |
D | TouchGesture.cpp | 97 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { in close_enough_for_jitter() function 224 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
|