Searched refs:yPos1 (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterGradRepresentation.java68 private int yPos1 = 100; field in class:FilterGradRepresentation.Band
81 yPos1 = y+30;
89 yPos1 = copy.yPos1;
114 p.yPos1 = 100;
168 || b1.yPos1 != b2.yPos1
192 int y = (mCurrentBand.yPos1 + mCurrentBand.yPos2)/2;
218 double dist = Math.hypot(point.xPos1 - x, point.yPos1 - y);
222 mCurrentBand.yPos1
[all...]
H A Dgrad.rs40 int yPos1[MAX_POINTS];
58 float y1 = yPos1[i];

Completed in 237 milliseconds