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

/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DMapModel2D.java43 private int viewportHeight; field in class:MapModel2D
68 viewportHeight = ((int) NavCalculator.computeDMPClarkeSpheroid(0, 85) / (int) minutesPerPixel) * 2;
69 // viewportHeight = viewportWidth; // REMOVE!!!
72 yCentre = viewportHeight / 2;
81 return viewportHeight;
107 public void setViewportHeight(int viewportHeight) { argument
108 this.viewportHeight = viewportHeight;
H A DMapModel3D.java122 * @param viewportHeight The world's desired height in WU.
125 public void setWorldHeight(int viewportHeight) { argument
126 this.worldHeight = viewportHeight;
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DCachedFramePlatformDataAndroid.cpp37 m_viewport_height = settings->viewportHeight();
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c249 mode->viewportWidth, mode->viewportHeight,
287 (b->viewportHeight == a->viewportHeight) ) {
302 return b->viewportHeight - a->viewportHeight;
425 modes[i].viewportHeight);
484 (modes[i].viewportHeight == height) &&
514 current->h = mode->mode.viewportHeight;
/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java275 final int viewportHeight = (int)(mHeight * scaleY);
276 gl.glViewport(0, 0, viewportWidth, viewportHeight);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A Dxf86dga.h81 int viewportHeight; member in struct:__anon10619
/external/chromium/chrome/browser/resources/options/
H A Doptions_page.js665 var viewportHeight = document.documentElement.clientHeight;
669 if (subpageContainers[i].scrollHeight > viewportHeight)
672 subpageContainers[i].style.height = viewportHeight + 'px';
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h191 GLsizei viewportHeight; member in struct:gl::State
H A DContext.cpp92 mState.viewportHeight = config->mDisplayMode.Height;
286 mState.viewportHeight = surface->getHeight();
675 mState.viewportHeight = height;
1309 params[3] = mState.viewportHeight;
1653 viewport.Height = std::min(mState.viewportHeight, (int)desc.Height - (int)viewport.Y);
1695 GLfloat whxy[4] = {mState.viewportWidth / 2.0f, mState.viewportHeight / 2.0f,
1697 (float)mState.viewportY + mState.viewportHeight / 2.0f};
/external/webkit/Source/WebCore/page/
H A DSettings.h270 int viewportHeight() const { return m_viewport_height; } function in class:WebCore::Settings
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c340 modes[i].viewportHeight = info.viewport_height;
418 dev->mode.viewportHeight = info.viewport_height;
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp4776 env->SetIntField(obj, gWebViewCoreFields.m_viewportHeight, s->viewportHeight());

Completed in 1282 milliseconds