Searched refs:sx (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/jni/filters/
H A Dvibrance.c42 float sx = (float)(Vib/(1+exp(-red*3))); local
43 S = sx+1;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropDrawingUtils.java117 float sx = cropBounds.width() * spotX;
121 RectF r1 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
122 float temp = sx;
123 sx = sy;
125 RectF r2 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java60 public abstract void scale(float sx, float sy, float sz); argument
H A DGLES11Canvas.java244 public void scale(float sx, float sy, float sz) { argument
245 Matrix.scaleM(mMatrixValues, 0, sx, sy, sz);
H A DGLES20Canvas.java411 public void scale(float sx, float sy, float sz) { argument
412 Matrix.scaleM(mMatrices, mCurrentMatrixIndex, sx, sy, sz);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DUtil.java314 public static float distance(float x, float y, float sx, float sy) { argument
315 float dx = x - sx;
/packages/apps/Camera2/src/com/android/camera/util/
H A DCameraUtil.java353 public static float distance(float x, float y, float sx, float sy) { argument
354 float dx = x - sx;

Completed in 111 milliseconds