HomeSort by relevance Sort by last modified time
    Searched full:correctionvec (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
BoundedRect.java 136 float[] correctionVec =
138 correction[0] += correctionVec[0];
139 correction[1] += correctionVec[1];
147 float[] correctionVec = {
150 CropMath.getEdgePoints(outer, correctionVec);
151 correctionVec[0] -= correctedInnerX;
152 correctionVec[1] -= correctedInnerY;
153 correction[0] += correctionVec[0];
154 correction[1] += correctionVec[1];

Completed in 595 milliseconds