Searched refs:absY (Results 1 - 12 of 12) sorted by relevance

/external/skia/tests/
H A DPathOpsAngleTest.cpp132 double absY = fabs(y); local
133 double length = absX < absY ? absX / 2 + absY : absX + absY / 2;
/external/skia/src/pathops/
H A DSkOpAngle.cpp608 double absY = fabs(y);
609 double xy = SkPath::kLine_Verb == verb || !AlmostEqualUlps(absX, absY) ? absX - absY : 0;
/external/skia/src/core/
H A DSkGeometry.cpp1302 SkScalar absY = SkScalarAbs(y); local
1307 if (absY <= SK_ScalarNearlyZero && x > 0 && ((y >= 0 && kCW_SkRotationDirection == dir) ||
1327 SkASSERT(absY - SK_Scalar1 <= SK_ScalarNearlyZero);
/external/libvncserver/webclients/novnc/include/
H A Drfb.js571 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));
H A Ddisplay.js295 absY: function (y) {
/external/swiftshader/src/Shader/
H A DSamplerCore.cpp1595 Float4 absY = Abs(y); local
1598 Int4 xy = CmpNLE(absX, absY); // abs(x) > abs(y)
1599 Int4 yz = CmpNLE(absY, absZ); // abs(y) > abs(z)
1626 Float4 M = Max(Max(absX, absY), absZ);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 151 milliseconds