Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:y1

106 inline static float distance(float x1, float y1, float x2, float y2) {
107 return hypotf(x1 - x2, y1 - y2);