Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DBoundedRect.java198 float[] p = GeometryMathUtils.lineIntersect(pathOfCorner, outerSide); in resizeInner()
291 float[] p = GeometryMathUtils.lineIntersect(l1, l2); in fixedAspectResizeInner()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java102 public static float[] lineIntersect(float[] line1, float[] line2) { in lineIntersect() method in GeometryMathUtils