Searched refs:sx (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
D | CropDrawingUtils.java | 117 float sx = cropBounds.width() * spotX; in drawWallpaperSelectionFrame() local 121 RectF r1 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2); in drawWallpaperSelectionFrame() 122 float temp = sx; in drawWallpaperSelectionFrame() 123 sx = sy; in drawWallpaperSelectionFrame() 125 RectF r2 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2); in drawWallpaperSelectionFrame()
|
/packages/apps/Gallery2/jni/filters/ |
D | vibrance.c | 42 float sx = (float)(Vib/(1+exp(-red*3))); in JNIFUNCF() local 43 S = sx+1; in JNIFUNCF()
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Util.java | 314 public static float distance(float x, float y, float sx, float sy) { in distance() argument 315 float dx = x - sx; in distance()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 60 public abstract void scale(float sx, float sy, float sz); in scale() argument
|
D | GLES11Canvas.java | 246 public void scale(float sx, float sy, float sz) { in scale() argument 247 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz); in scale()
|
D | GLES20Canvas.java | 411 public void scale(float sx, float sy, float sz) { in scale() argument 412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 58 public abstract void scale(float sx, float sy, float sz); in scale() argument
|
D | GLES20Canvas.java | 409 public void scale(float sx, float sy, float sz) { in scale() argument 410 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz); in scale()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CameraUtil.java | 353 public static float distance(float x, float y, float sx, float sy) { in distance() argument 354 float dx = x - sx; in distance()
|