Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterGradRepresentation.java67 private int xPos1 = -1; field in FilterGradRepresentation.Band
80 xPos1 = x; in Band()
88 xPos1 = copy.xPos1; in Band()
113 p.xPos1 = -1; in creatExample()
166 || b1.xPos1 != b2.xPos1 in equals()
191 int x = (mCurrentBand.xPos1 + mCurrentBand.xPos2)/2; in addBand()
218 double dist = Math.hypot(point.xPos1 - x, point.yPos1 - y); in addBand()
221 mCurrentBand.xPos1 += addDelta; in addBand()
225 x = (mCurrentBand.xPos1 + mCurrentBand.xPos2)/2; in addBand()
231 if (mCurrentBand.xPos1 > rect.right) { in addBand()
[all …]
Dgrad.rs39 int xPos1[MAX_POINTS];
57 float x1 = xPos1[i];