HomeSort by relevance Sort by last modified time
    Searched refs:xPos1 (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 67 private int xPos1 = -1;
80 xPos1 = x;
88 xPos1 = copy.xPos1;
113 p.xPos1 = -1;
166 || b1.xPos1 != b2.xPos1
191 int x = (mCurrentBand.xPos1 + mCurrentBand.xPos2)/2;
218 double dist = Math.hypot(point.xPos1 - x, point.yPos1 - y);
221 mCurrentBand.xPos1 += addDelta
    [all...]
grad.rs 39 int xPos1[MAX_POINTS];
57 float x1 = xPos1[i];

Completed in 63 milliseconds