OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close_enough_for_jitter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp
98
static bool
close_enough_for_jitter
(float x0, float y0, float x1, float y1) {
function
220
if (
close_enough_for_jitter
(rec.fLastX, rec.fLastY, x, y)) {
/external/skia/src/views/
SkTouchGesture.cpp
98
static bool
close_enough_for_jitter
(float x0, float y0, float x1, float y1) {
function
220
if (
close_enough_for_jitter
(rec.fLastX, rec.fLastY, x, y)) {
Completed in 42 milliseconds