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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageGrad.java38 float[] mPointsX = new float[FilterGradRepresentation.MAX_POINTS]; field in class:ImageGrad
72 for (int i = 0; i < mPointsX.length; i++) {
73 if (mPointsX[i] == -1) {
76 float d = (float) Math.hypot(x - mPointsX[i], y - mPointsY[i]);
170 for (int i = 0; i < mPointsX.length; i++) {
171 if (mPointsX[i] != -1) {
172 mEllipse.paintGrayPoint(canvas, mPointsX[i], mPointsY[i]);
187 mPointsX[i] = -1;
195 mPointsX[i] = c[0];

Completed in 47 milliseconds