Home
last modified time | relevance | path

Searched refs:sx (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropDrawingUtils.java117 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/
Dvibrance.c42 float sx = (float)(Vib/(1+exp(-red*3))); in JNIFUNCF() local
43 S = sx+1; in JNIFUNCF()
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java314 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/
DGLCanvas.java60 public abstract void scale(float sx, float sy, float sz); in scale() argument
DGLES11Canvas.java246 public void scale(float sx, float sy, float sz) { in scale() argument
247 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz); in scale()
DGLES20Canvas.java411 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/
DGLCanvas.java58 public abstract void scale(float sx, float sy, float sz); in scale() argument
DGLES20Canvas.java409 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/
DCameraUtil.java353 public static float distance(float x, float y, float sx, float sy) { in distance() argument
354 float dx = x - sx; in distance()