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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 134 float ydelt = y2 - y1; local
135 if (xdelt == 0 && ydelt == 0)
137 float u = ((point[0] - x1) * xdelt + (point[1] - y1) * ydelt)
138 / (xdelt * xdelt + ydelt * ydelt);

Completed in 348 milliseconds