HomeSort by relevance Sort by last modified time
    Searched refs:DEGREE_TO_RADIAN (Results 1 - 2 of 2) sorted by null

  /system/media/mca/filterpacks/imageproc/java/
StraightenFilter.java 56 private static final float DEGREE_TO_RADIAN = (float) Math.PI / 180.0f;
121 float cosTheta = (float) Math.cos(mAngle * DEGREE_TO_RADIAN);
122 float sinTheta = (float) Math.sin(mAngle * DEGREE_TO_RADIAN);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
RendererUtils.java 67 private static final float DEGREE_TO_RADIAN = (float) Math.PI / 180.0f;
155 float radian = -degrees * DEGREE_TO_RADIAN;
207 float radian = (horizontalDegrees - horizontalRounds * 180) * DEGREE_TO_RADIAN;
225 float radian = (verticalDegrees - verticalRounds * 180) * DEGREE_TO_RADIAN;

Completed in 61 milliseconds