Searched defs:rx (Results 1 - 4 of 4) sorted by relevance
/packages/apps/Camera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) argument 293 if (px < rx) 295 if (px >= rx + w)
|
/packages/apps/Camera2/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) argument 293 if (px < rx) 295 if (px >= rx + w)
|
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
H A D | dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) argument 293 if (px < rx) 295 if (px >= rx + w)
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | EclipseControl.java | 179 float rx = oval.getRadiusX(); 181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45; 185 oval.setRadius((rx * nr / r), (ry * nr / r)); 225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { argument 231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry); 236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); 240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); 244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { 252 float dx = rx 243 paintOvallines( Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) argument 284 fillHandles(Canvas canvas, float cx, float cy, float rx, float ry) argument [all...] |
Completed in 276 milliseconds