Home
last modified time | relevance | path

Searched defs:ry (Results 1 – 25 of 25) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Dcatrig.c279 double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinh() local
360 double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacos() local
435 double rx, ry; in cacosh() local
576 double x, y, ax, ay, rx, ry; in catanh() local
H A Dcatrigf.c150 float x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhf() local
205 float x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosf() local
265 float rx, ry; in cacoshf() local
343 float x, y, ax, ay, rx, ry; in catanhf() local
H A Dcatrigl.c169 long double x, y, ax, ay, rx, ry, B, sqrt_A2my2, new_y; in casinhl() local
225 long double x, y, ax, ay, rx, ry, B, sqrt_A2mx2, new_x; in cacosl() local
285 long double rx, ry; in cacoshl() local
364 long double x, y, ax, ay, rx, ry; in catanhl() local
H A Ds_csqrt.c45 double a, b, rx, ry, scale, t; in csqrt() local
H A Ds_csqrtl.c60 long double a, b, rx, ry, scale, t; in csqrtl() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DEclipseControl.java180 float ry = oval.getRadiusY(); in actionMove() local
225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius()
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines()
284 public void fillHandles(Canvas canvas, float cx, float cy, float rx, float ry) { in fillHandles()
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsView.java208 final float ry = (mSensorRect.bottom - mSensorRect.top) / 2.0f; in isWithinSensorArea() local
/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DRotateAndCropMapper.cpp256 float ry = 0; in updateCaptureResult() local
/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DAnimatedDrawables.h38 uirenderer::CanvasPropertyPrimitive* ry, uirenderer::CanvasPropertyPaint* p) in AnimatedRoundRect()
H A DSkiaRecordingCanvas.cpp98 uirenderer::CanvasPropertyPrimitive* ry, in drawRoundRect()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DBaseRecordingCanvas.java389 float rx, float ry, @NonNull Paint paint) { in drawRoundRect()
395 public final void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect()
617 public void punchHole(float left, float top, float right, float bottom, float rx, float ry) { in punchHole()
679 float bottom, float rx, float ry, long nativePaint); in nDrawRoundRect()
749 float bottom, float rx, float ry); in nPunchHole()
H A DPath.java639 public void addRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Direction dir) { in addRoundRect()
650 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect()
859 float right, float bottom, float rx, float ry, int dir); in nAddRoundRect()
H A DBaseCanvas.java395 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
402 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect()
676 public void punchHole(float left, float top, float right, float bottom, float rx, float ry) { in punchHole()
773 float bottom, float rx, float ry, long nativePaint); in nDrawRoundRect()
827 float bottom, float rx, float ry); in nPunchHole()
H A DRecordingCanvas.java253 CanvasProperty<Float> ry, CanvasProperty<Paint> paint) { in drawRoundRect()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/
H A DNopCanvas.java192 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect()
196 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonRipple.java141 final float ry = horizontal ? cy : radius; in drawSoftware() local
/aosp12/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp501 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
801 uirenderer::CanvasPropertyPrimitive* ry, in drawRoundRect()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSwipeHelper.java448 final int ry = (int) ev.getRawY(); in isTouchInView() local
/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_Canvas.cpp333 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()
672 jfloat bottom, jfloat rx, jfloat ry) { in punchHole()
H A DPath.cpp160 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
H A Dandroid_graphics_RenderNode.cpp281 …ean android_view_RenderNode_setRotationY(CRITICAL_JNI_PARAMS_COMMA jlong renderNodePtr, float ry) { in android_view_RenderNode_setRotationY()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java383 float bottom, float rx, float ry, int dir) { in nAddRoundRect()
H A DBaseCanvas_Delegate.java307 final float rx, final float ry, long paint) { in nDrawRoundRect()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...