Home
last modified time | relevance | path

Searched refs:vectorLength (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropMath.java122 float mag = GeometryMathUtils.vectorLength( in closestSide()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java200 public static float vectorLength(float[] a) { in vectorLength() method in GeometryMathUtils