Home
last modified time | relevance | path

Searched refs:ray1x (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
Dproximity_info_utils.h96 const float ray1x = x - x1; in pointToLineSegSquaredDistanceFloat() local
101 const float dotProduct = ray1x * ray2x + ray1y * ray2y; in pointToLineSegSquaredDistanceFloat()