/external/swiftshader/src/OpenGL/libEGL/ |
H A D | Surface.cpp | 338 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 D | glsFragmentOpUtil.hpp | 96 IntegerQuad (int windowWidth, int windowHeight) argument 98 , posB(windowWidth-1, windowHeight-1)
|
/external/doclava/res/assets/templates/assets/ |
H A D | doclava-developer-docs.js | 91 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 D | FrameBufferGDI.cpp | 56 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 D | eigen_navtree_hacks.js | 71 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 D | teglCreateSurfaceTests.cpp | 146 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 D | video_render_agl.cc | 1038 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 D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |