Home
last modified time | relevance | path

Searched refs:close_enough_for_jitter (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/viewer/
DTouchGesture.cpp97 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { in close_enough_for_jitter() function
225 if (close_enough_for_jitter(rec.fLastX, rec.fLastY, x, y)) { in touchMoved()
/third_party/flutter/skia/tools/viewer/
DTouchGesture.cpp97 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()