Searched refs:projectionX (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_utils.h109 float projectionX; local
112 projectionX = x1;
115 projectionX = x2;
118 projectionX = x1 + projectionLengthSqr * ray2x;
121 return getSquaredDistanceFloat(x, y, projectionX, projectionY);

Completed in 25 milliseconds