Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java68 private int yPos1 = 100; field in FilterGradRepresentation.Band
81 yPos1 = y+30; in Band()
89 yPos1 = copy.yPos1; in Band()
114 p.yPos1 = 100; in creatExample()
168 || b1.yPos1 != b2.yPos1 in equals()
192 int y = (mCurrentBand.yPos1 + mCurrentBand.yPos2)/2; in addBand()
218 double dist = Math.hypot(point.xPos1 - x, point.yPos1 - y); in addBand()
222 mCurrentBand.yPos1 += addDelta; in addBand()
226 y = (mCurrentBand.yPos1 + mCurrentBand.yPos2)/2; in addBand()
228 if (mCurrentBand.yPos1 > rect.bottom) { in addBand()
[all …]
Dgrad.rs40 int yPos1[MAX_POINTS];
58 float y1 = yPos1[i];