Searched defs:y1 (Results 51 - 51 of 51) sorted by relevance

123

/frameworks/native/services/inputflinger/
H A DInputReader.cpp91 inline static float distance(float x1, float y1, float x2, float y2) { argument
92 return hypotf(x1 - x2, y1 - y2);

Completed in 104 milliseconds

123