Searched defs:xPos1 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java67 private int xPos1 = -1; field in class:FilterGradRepresentation.Band
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
[all...]

Completed in 588 milliseconds