Searched refs:sameAxisDistance (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.cpp642 int sameAxisDistance = 0; local
648 sameAxisDistance = exitPoint.x() - entryPoint.x();
652 sameAxisDistance = exitPoint.y() - entryPoint.y();
656 sameAxisDistance = entryPoint.x() - exitPoint.x();
660 sameAxisDistance = entryPoint.y() - exitPoint.y();
676 float distance = euclidianDistance + sameAxisDistance + 2 * otherAxisDistance;

Completed in 77 milliseconds