Home | History | Annotate | Download | only in input

Lines Matching defs:dist

5073             float dist[MAX_POINTER_ID + 1];
5078 dist[id] = hypotf(delta.dx * mPointerXZoomScale,
5080 if (dist[id] > mConfig.pointerGestureMultitouchMinDistance) {
5116 float dist1 = dist[id1];
5117 float dist2 = dist[id2];