Home
last modified time | relevance | path

Searched defs:rx (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java179 float rx = oval.getRadiusX(); 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()
DImageGrad.java145 float rx = Math.min(cx, cy) * .4f; in setRepresentation() local
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
/packages/apps/Camera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterVignette.java94 float rx = r; in runFilter() local
/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java497 int rx = (int) Math.max(Math.max(width - getPivotX(), 0), getPivotX()); in animateOpen() local