Home
last modified time | relevance | path

Searched refs:windowHeight (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp340 int windowHeight = client.bottom - client.top; in checkForResize() local
343 int windowHeight; window->query(window, NATIVE_WINDOW_HEIGHT, &windowHeight); in checkForResize()
354 int windowHeight = windowAttributes.height; in checkForResize()
358 int windowHeight = 100; in checkForResize()
361 int windowHeight; in checkForResize()
362 sw::OSX::GetNativeWindowSize(window, windowWidth, windowHeight); in checkForResize()
366 int windowHeight = 100; in checkForResize()
371 if((windowWidth != width) || (windowHeight != height)) in checkForResize()
373 bool success = reset(windowWidth, windowHeight); in checkForResize()
/external/doclava/res/assets/templates/assets/
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 - 13;
/external/epid-sdk/doc/html/
Dresize.js77 var windowHeight = $(window).height() - headerHeight - footerHeight;
78 content.css({height:windowHeight + "px"});
79 navtree.css({height:windowHeight + "px"});
80 sidenav.css({height:windowHeight + "px"});
Dnavtree.js264 var windowHeight = $(window).height() - headerHeight - footerHeight;
268 navtree.scrollTo('#selected',0,{offset:-windowHeight/2});
Djquery.js96windowHeight:0,scrollTop:0,scrollLeft:0};var p={none:0,top:1,bottom:2,left:4,right:8};k.fn.powerTi… property
/external/swiftshader/src/Main/
DFrameBufferGDI.cpp56 …int windowHeight = height + (windowRect.bottom - windowRect.top) - (clientRect.bottom - clientRect… in ~FrameBufferGDI() local
59 …esktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windowHeight / 2, windowWidth, windowHeight in ~FrameBufferGDI()
/external/swiftshader/src/WSI/
DFrameBufferGDI.cpp56 …int windowHeight = height + (windowRect.bottom - windowRect.top) - (clientRect.bottom - clientRect… in ~FrameBufferGDI() local
59 …esktopWidth / 2 - windowWidth / 2, desktopHeight / 2 - windowHeight / 2, windowWidth, windowHeight in ~FrameBufferGDI()
/external/eigen/doc/
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/glshared/
DglsFragmentOpUtil.hpp96 IntegerQuad (int windowWidth, int windowHeight) in IntegerQuad()
98 , posB(windowWidth-1, windowHeight-1) in IntegerQuad()
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_agl.cc1038 int windowHeight = 0; // Parent window height in ScreenUpdateProcess() local
1058 windowHeight = globalBounds.bottom - globalBounds.top; in ScreenUpdateProcess()
1070 _lastWindowHeight = windowHeight; in ScreenUpdateProcess()
1082 if (windowHeight != _lastWindowHeight || in ScreenUpdateProcess()
1107 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)), in ScreenUpdateProcess()
1124 _lastWindowHeight = windowHeight; in ScreenUpdateProcess()
1346 int windowHeight = 0; in CreateMixingContext() local
1364 windowHeight = globalBounds.bottom - globalBounds.top; in CreateMixingContext()
1373 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)), in CreateMixingContext()
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp194 EGLint windowHeight = 0; in executeForConfig() local
197 EGLU_CHECK_CALL(egl, querySurface(display, *surface, EGL_HEIGHT, &windowHeight)); in executeForConfig()
199 if (windowWidth <= 0 || windowHeight <= 0) in executeForConfig()
201 …::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::End… in executeForConfig()
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp989 int windowHeight = m_context.getRenderTarget().getHeight(); in iterate() local
991 m_renderHeight = (windowHeight > maxRenderbufferSize) ? maxRenderbufferSize : windowHeight; in iterate()
/external/tinyxml2/docs/
Djquery.js68windowHeight:0,scrollTop:0,scrollLeft:0};var p={none:0,top:1,bottom:2,left:4,right:8};k.fn.powerTi… property
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudnn_6_0.inc884 int windowHeight,
893 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
900 int *windowHeight,
909 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
Dcudnn_7_0.inc996 int windowHeight,
1005 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
1012 int *windowHeight,
1021 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
Dcudnn_7_3.inc994 int windowHeight,
1003 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
1010 int *windowHeight,
1019 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
Dcudnn_7_1.inc996 int windowHeight,
1005 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
1012 int *windowHeight,
1021 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
Dcudnn_7_4.inc994 int windowHeight,
1003 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…
1010 int *windowHeight,
1019 …return func_ptr(poolingDesc, mode, maxpoolingNanOpt, windowHeight, windowWidth, verticalPadding, h…