HomeSort by relevance Sort by last modified time
    Searched refs:fov (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCamera.java 121 /* fov = 2tan-1(qFactor/2*defaultZ) where qFactor = height/ItemHeight */
123 float fov = 2.0f * (float) Math.toDegrees(Math.atan2(qFactor / 2, GridCamera.EYE_Z)); local
130 mTanFovBy2 = (float) Math.tan(Math.toRadians(fov * 0.5f));
135 mFov = fov;
174 // 1.0f for the given fov
RenderView.java 812 public void setFov(float fov) {
818 GLU.gluPerspective(gl, fov, (float) getWidth() / getHeight(), zNear, zFar);
    [all...]
  /external/grub/netboot/
via-rhine.c 480 unsigned long fov:1; member in struct:rhine_rx_desc::VTC_rx_status_tag::__anon3622

Completed in 214 milliseconds