Searched defs:ry (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | EclipseControl.java | 180 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/ |
D | Quaternion.java | 238 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/ |
D | dbstabsmooth.cpp | 293 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/ |
D | ec.rs | 322 let ry = m * (s - &rx) - 8 * y.pow(4); in double() localVariable
|