OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEdgePoints
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java
94
public static void
getEdgePoints
(RectF imageBound, float[] array) {
BoundedRect.java
148
CropMath.
getEdgePoints
(outer, correctionVec);
343
CropMath.
getEdgePoints
(outer, innerRotated);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java
96
public static void
getEdgePoints
(RectF imageBound, float[] array) {
BoundedRect.java
150
CropMath.
getEdgePoints
(outer, correctionVec);
345
CropMath.
getEdgePoints
(outer, innerRotated);
Completed in 206 milliseconds