Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
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()
/packages/modules/Uwb/service/java/com/android/server/uwb/correction/math/
DQuaternion.java238 float ry = z * vx - x * vz + w * vy; in rotateVector() local
257 float ry = rhs.y; in multiply() local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp293 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dec.rs322 let ry = m * (s - &rx) - 8 * y.pow(4); in double() localVariable