Home | History | Annotate | Download | only in launcher2

Lines Matching refs:focalLength

1463         private float focalLength;
1466 focalLength = foc;
1470 return (1.0f - focalLength / (focalLength + input)) /
1471 (1.0f - focalLength / (focalLength + 1.0f));