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

  /external/opencv3/3rdparty/openexr/Imath/
ImathVec.h 1147 T absY = (y >= T (0))? y: -y;
1151 if (max < absY)
1152 max = absY;
1164 absY /= max;
1166 return max * Math<T>::sqrt (absX * absX + absY * absY);
    [all...]
  /external/skia/tests/
PathOpsAngleTest.cpp 130 double absY = fabs(y);
131 double length = absX < absY ? absX / 2 + absY : absX + absY / 2;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 387 final float absY = Math.abs(velocityY);
396 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
403 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
410 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
417 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 402 final float absY = Math.abs(velocityY);
411 if (velocityX > mSwipeThreshold && absY < absX && deltaX > travelX) {
418 } else if (velocityX < -mSwipeThreshold && absY < absX && deltaX < -travelX) {
425 } else if (velocityY < -mSwipeThreshold && absX < absY && deltaY < -travelY) {
432 } else if (velocityY > mSwipeThreshold && absX < absY / 2 && deltaY > travelY) {
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 576 double absY = fabs(y);
577 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0;
    [all...]
  /external/skia/src/core/
SkGeometry.cpp     [all...]
  /external/libvncserver/webclients/novnc/include/
rfb.js 571 RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
591 RFB.messages.pointerEvent(this._display.absX(x), this._display.absY(y), this._mouse_buttonMask));
    [all...]
display.js 295 absY: function (y) {
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]

Completed in 736 milliseconds