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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 68 private int yPos1 = 100;
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 += addDelta
    [all...]
grad.rs 40 int yPos1[MAX_POINTS];
58 float y1 = yPos1[i];

Completed in 128 milliseconds