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

  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 787 float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
789 float smaller = min(xDist, yDist);
791 yDist = smaller;
794 aspectRatio = xDist / yDist;
799 float yDist = max(secondPoint.y(), size.height() - secondPoint.y());
801 float larger = max(xDist, yDist);
803 yDist = larger;
806 aspectRatio = xDist / yDist;
818 float yDist = min(secondPoint.y(), size.height() - secondPoint.y());
820 secondRadius = horizontalEllipseRadius(corner - secondPoint, xDist / yDist);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 482 int yDist = this.y + height / 2 - y;
483 return xDist * xDist + yDist * yDist;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 469 int yDist = this.y + height / 2 - y;
470 return xDist * xDist + yDist * yDist;
    [all...]

Completed in 182 milliseconds