Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java69 private int xPos2 = -1; field in FilterGradRepresentation.Band
82 xPos2 = x; in Band()
90 xPos2 = copy.xPos2; in Band()
115 p.xPos2 = -1; in creatExample()
167 || b1.xPos2 != b2.xPos2 in equals()
191 int x = (mCurrentBand.xPos1 + mCurrentBand.xPos2)/2; in addBand()
223 mCurrentBand.xPos2 += addDelta; in addBand()
225 x = (mCurrentBand.xPos1 + mCurrentBand.xPos2)/2; in addBand()
307 ret[i++] = point.xPos2; in getXPos2()
409 mCurrentBand.xPos2 = (int)x; in setPoint2()
[all …]
Dgrad.rs41 int xPos2[MAX_POINTS];
59 float x2 = xPos2[i];