Searched defs:lineLengthSqr (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_utils.h102 const float lineLengthSqr = GeometryUtils::SQUARE_FLOAT(ray2x) local
104 if (lineLengthSqr <= 0.0f) {
108 const float projectionLengthSqr = dotProduct / lineLengthSqr;

Completed in 60 milliseconds