OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineIntersect
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
GeometryMathUtils.java
53
public static float[]
lineIntersect
(float[] line1, float[] line2) {
BoundedRect.java
196
float[] p = GeometryMathUtils.
lineIntersect
(pathOfCorner, outerSide);
289
float[] p = GeometryMathUtils.
lineIntersect
(l1, l2);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java
198
float[] p = GeometryMathUtils.
lineIntersect
(pathOfCorner, outerSide);
291
float[] p = GeometryMathUtils.
lineIntersect
(l1, l2);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java
102
public static float[]
lineIntersect
(float[] line1, float[] line2) {
Completed in 38 milliseconds