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

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

Completed in 36 milliseconds