HomeSort by relevance Sort by last modified time
    Searched refs:getDistanceInt (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 50 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2,
proximity_info.cpp 178 mKeyKeyDistancesG[i][j] = GeometryUtils::getDistanceInt(
182 mKeyKeyDistancesG[i][j] = GeometryUtils::getDistanceInt(
proximity_info_state_utils.cpp 249 length += GeometryUtils::getDistanceInt(xCoordinates[j], yCoordinates[j],
260 length += GeometryUtils::getDistanceInt(xCoordinates[j], yCoordinates[j],
374 const int distPrev = GeometryUtils::getDistanceInt(sampledInputXs->back(),
436 if (GeometryUtils::getDistanceInt(x, y, sampledInputXs->back(), sampledInputYs->back())
442 sampledInputYs->back(), GeometryUtils::getDistanceInt(
463 sampledLengthCache->back() + GeometryUtils::getDistanceInt(
504 tempBeelineDistance = GeometryUtils::getDistanceInt(x0, y0, xCoordinates[start],
518 tempBeelineDistance = GeometryUtils::getDistanceInt(x0, y0, xCoordinates[end],
537 const int beelineDistance = GeometryUtils::getDistanceInt(x2, y2, x3, y3);
    [all...]

Completed in 181 milliseconds