HomeSort by relevance Sort by last modified time
    Searched full:projectionx (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 110 float projectionX;
113 projectionX = x1;
116 projectionX = x2;
119 projectionX = x1 + projectionLengthSqr * ray2x;
122 return getSquaredDistanceFloat(x, y, projectionX, projectionY);

Completed in 55 milliseconds