OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CropMath
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Camera2/src/com/android/camera/crop/
CropMath.java
25
public class
CropMath
{
BoundedRect.java
38
innerRotated =
CropMath
.getCornersFromRect(inner);
48
innerRotated =
CropMath
.getCornersFromRect(inner);
58
innerRotated =
CropMath
.getCornersFromRect(inner);
71
innerRotated =
CropMath
.getCornersFromRect(inner);
84
innerRotated =
CropMath
.getCornersFromRect(inner);
117
float[] translatedInnerCorners =
CropMath
.getCornersFromRect(translatedInner);
118
float[] outerCorners =
CropMath
.getCornersFromRect(outer);
129
if (!
CropMath
.inclusiveContains(outer, correctedInnerX, correctedInnerY)) {
133
float[] nearestSide =
CropMath
.closestSide(badCorner, outerCorners);
144
if (!
CropMath
.inclusiveContains(outer, correctedInnerX, correctedInnerY))
[
all
...]
CropObject.java
94
CropMath
.fixAspectRatioContained(inner, width, height);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropMath.java
27
public class
CropMath
{
BoundedRect.java
40
innerRotated =
CropMath
.getCornersFromRect(inner);
50
innerRotated =
CropMath
.getCornersFromRect(inner);
60
innerRotated =
CropMath
.getCornersFromRect(inner);
73
innerRotated =
CropMath
.getCornersFromRect(inner);
86
innerRotated =
CropMath
.getCornersFromRect(inner);
119
float[] translatedInnerCorners =
CropMath
.getCornersFromRect(translatedInner);
120
float[] outerCorners =
CropMath
.getCornersFromRect(outer);
131
if (!
CropMath
.inclusiveContains(outer, correctedInnerX, correctedInnerY)) {
135
float[] nearestSide =
CropMath
.closestSide(badCorner, outerCorners);
146
if (!
CropMath
.inclusiveContains(outer, correctedInnerX, correctedInnerY))
[
all
...]
CropObject.java
96
CropMath
.fixAspectRatioContained(inner, width, height);
Completed in 32 milliseconds