Home | History | Annotate | Download | only in misc

Lines Matching refs:mY

44     private float[] mY;
62 mY = new float[numPoints];
80 mY[i] = y;
104 return mY[startIndex];
106 return mY[endIndex];
121 return mY[startIndex];
127 float startY = mY[startIndex];
128 float endY = mY[endIndex];
139 int endIndex = mY.length - 1;
151 if (y < mY[midIndex]) {
158 float yRange = mY[endIndex] - mY[startIndex];
163 float tInRange = y - mY[startIndex];