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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
geometry_utils.h 29 class GeometryUtils {
56 DISALLOW_IMPLICIT_CONSTRUCTORS(GeometryUtils);
proximity_info_utils.h 90 return GeometryUtils::SQUARE_FLOAT(x1 - x2) + GeometryUtils::SQUARE_FLOAT(y1 - y2);
101 const float lineLengthSqr = GeometryUtils::SQUARE_FLOAT(ray2x)
102 + GeometryUtils::SQUARE_FLOAT(ray2y);
130 * GeometryUtils::SQUARE_FLOAT(sigma))),
131 mPreComputedExponentPart(-1.0f / (2.0f * GeometryUtils::SQUARE_FLOAT(sigma))) {}
136 * expf(mPreComputedExponentPart * GeometryUtils::SQUARE_FLOAT(shiftedX));
proximity_info_state_utils.cpp 107 const float prevAngle = GeometryUtils::getAngle(
110 const float currentAngle = GeometryUtils::getAngle(
112 sumAngle += GeometryUtils::getAngleDiff(prevAngle, currentAngle);
161 return GeometryUtils::SQUARE_FLOAT(inputX - sweetSpotCenterX)
162 + GeometryUtils::SQUARE_FLOAT(inputY - sweetSpotCenterY);
179 const float squaredRadius = GeometryUtils::SQUARE_FLOAT(
249 length += GeometryUtils::getDistanceInt(xCoordinates[j], yCoordinates[j],
260 length += GeometryUtils::getDistanceInt(xCoordinates[j], yCoordinates[j],
313 return GeometryUtils::getAngle(x1, y1, x2, y2);
374 const int distPrev = GeometryUtils::getDistanceInt(sampledInputXs->back()
    [all...]
proximity_info.cpp 62 GeometryUtils::SQUARE_FLOAT(static_cast<float>(mostCommonKeyHeight) /
143 / GeometryUtils::SQUARE_FLOAT(static_cast<float>(getMostCommonKeyWidth()));
178 mKeyKeyDistancesG[i][j] = GeometryUtils::getDistanceInt(
182 mKeyKeyDistancesG[i][j] = GeometryUtils::getDistanceInt(

Completed in 72 milliseconds