Lines Matching refs:centerY
55 private float centerX, centerY, focusX, focusY;
128 centerY = cy;
133 this.isSimpleFocus = (focusX == centerX) && (focusY == centerY);
140 float dY = focusY - centerY;
151 focusY = centerY + dY;
160 constB = a12 - centerY;
337 -radiusSq + (centerX * centerX) + (centerY * centerY);
353 final float precalc2 = 2 * centerY;
390 solutionY = centerY;
400 B = precalc3 + (-2 * slope * (centerY - yintcpt));