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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageGrad.java39 float[] mPointsY = new float[FilterGradRepresentation.MAX_POINTS]; field in class:ImageGrad
76 float d = (float) Math.hypot(x - mPointsX[i], y - mPointsY[i]);
172 mEllipse.paintGrayPoint(canvas, mPointsX[i], mPointsY[i]);
196 mPointsY[i] = c[1];

Completed in 62 milliseconds