Searched refs:windowHeight (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A DSurface.cpp338 int windowHeight = client.bottom - client.top; local
341 int windowHeight; window->query(window, NATIVE_WINDOW_HEIGHT, &windowHeight);
352 int windowHeight = windowAttributes.height;
355 int windowHeight;
356 sw::OSX::GetNativeWindowSize(window, windowWidth, windowHeight);
360 int windowHeight = 100;
365 if((windowWidth != width) || (windowHeight != height))
367 bool success = reset(windowWidth, windowHeight);
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.hpp96 IntegerQuad (int windowWidth, int windowHeight) argument
98 , posB(windowWidth-1, windowHeight-1)
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js91 var windowHeight = ($(window).height() - HEADER_HEIGHT);
92 var swapperHeight = windowHeight - 13;
94 sidenav.css({height:windowHeight + "px"});
95 content.css({height:windowHeight + "px"});
234 var windowHeight = ($(window).height() - HEADER_HEIGHT);
235 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
252 var windowHeight = ($(window).height() - HEADER_HEIGHT);
253 docContent.css({height:windowHeight + "px"});
254 $("#side-nav").css({height:windowHeight + "px"});
259 var swapperHeight = windowHeight
[all...]
/external/swiftshader/src/Main/
H A DFrameBufferGDI.cpp56 int windowHeight = height + (windowRect.bottom - windowRect.top) - (clientRect.bottom - clientRect.top); local
59 SetWindowPos(windowHandle, HWND_TOP, desktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windowHeight / 2, windowWidth, windowHeight, SWP_SHOWWINDOW);
/external/eigen/doc/
H A Deigen_navtree_hacks.js71 var windowHeight = $(window).height() - headerHeight - footerHeight;
72 content.css({height:windowHeight + "px"});
73 navtree.css({height:(windowHeight-tocHeight) + "px"}); // <- we modified this line
74 sidenav.css({height:(windowHeight) + "px",top: headerHeight+"px"});
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp146 EGLint windowHeight = 0; local
149 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight));
151 if (windowWidth <= 0 || windowHeight <= 0)
153 log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::EndMessage;
/external/webrtc/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1038 int windowHeight = 0; // Parent window height local
1058 windowHeight = globalBounds.bottom - globalBounds.top;
1070 _lastWindowHeight = windowHeight;
1082 if (windowHeight != _lastWindowHeight ||
1107 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)),
1112 //WEBRTC_TRACE(kTraceDebug, "%s:%d windowHeight=%d", __FUNCTION__, __LINE__, windowHeight);
1124 _lastWindowHeight = windowHeight;
1346 int windowHeight = 0; local
1364 windowHeight
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 254 milliseconds