Searched refs:rx (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | EclipseControl.java | 179 float rx = oval.getRadiusX(); in actionMove() local 181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45; in actionMove() 185 oval.setRadius((rx * nr / r), (ry * nr / r)); in actionMove() 225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius() argument 231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry); in paintRadius() 236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); in paintRadius() 240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); in paintRadius() 244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines() argument 252 float dx = rx + 10; in paintOvallines() 259 dx = rx - 10; in paintOvallines() [all …]
|
D | ImageGrad.java | 145 float rx = Math.min(cx, cy) * .4f; in setRepresentation() local 147 mGradRep.setPoint1(cx, cy-rx); in setRepresentation() 148 mGradRep.setPoint2(cx, cy+rx); in setRepresentation() 150 c1[1] = cy-rx; in setRepresentation() 155 c2[1] = cy+rx; in setRepresentation()
|
/packages/experimental/procstatlog/ |
D | procstatreport.py | 401 rx = int(next[0]) - int(last[0]) 403 max_bytes = max(max_bytes, rx, tx) 406 interface_rx.setdefault(interface, {})[when] = rx 412 rx, tx = interface_rx[interface], interface_tx[interface] 413 total_rx, total_tx = sum(rx.values()), sum(tx.values()) 417 ["rx", "tx"], [rx, tx],
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterVignette.java | 94 float rx = r; in runFilter() local 109 rx = c[0]; in runFilter() 122 mScript.set_radiusx(rx); in runFilter()
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
D | dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect() argument 293 if (px < rx) in is_point_in_rect() 295 if (px >= rx + w) in is_point_in_rect()
|
D | dbstabsmooth.h | 136 bool is_point_in_rect(double px, double py, double rx, double ry, double w, double h);
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | Folder.java | 564 int rx = (int) Math.max(Math.max(width - getPivotX(), 0), getPivotX()); in animateOpen() local 566 float radius = (float) Math.hypot(rx, ry); in animateOpen()
|
/packages/apps/Browser2/test/webexposed/ |
D | global-interface-listing-expected.txt | 3543 getter rx 4272 getter rx
|