Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java70 private int yPos2 = 100; field in FilterGradRepresentation.Band
83 yPos2 = y-30; in Band()
91 yPos2 = copy.yPos2; in Band()
116 p.yPos2 = 100; in creatExample()
169 || b1.yPos2 != b2.yPos2) { in equals()
192 int y = (mCurrentBand.yPos1 + mCurrentBand.yPos2)/2; in addBand()
224 mCurrentBand.yPos2 += addDelta; in addBand()
226 y = (mCurrentBand.yPos1 + mCurrentBand.yPos2)/2; in addBand()
316 ret[i++] = point.yPos2; in getYPos2()
410 mCurrentBand.yPos2 = (int)y; in setPoint2()
[all …]
Dgrad.rs42 int yPos2[MAX_POINTS];
60 float y2 = yPos2[i];