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

/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/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineFrameOverview.js163 * @param {number} windowHeight
165 _renderBars: function(frames, scale, windowHeight)
174 this._renderBar(this._barNumberToScreenPosition(i), barWidth, windowHeight, frames[i], scale);
237 * @param {number} windowHeight
241 _renderBar: function(left, width, windowHeight, frame, scale)
252 for (var i = 0, bottomOffset = windowHeight; i < categories.length; ++i) {
275 var y0 = Math.floor(windowHeight - frame.duration * scale) + 0.5;
276 var y1 = windowHeight + 0.5;
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
H A DPostSubBuffer.cpp145 size_t windowHeight = getWindow()->getHeight(); local
148 mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120, windowHeight - 120);
/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/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_controller.h192 height:(int)windowHeight;
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp149 EGLint windowHeight = 0; local
152 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_HEIGHT, &windowHeight));
154 if (windowWidth <= 0 || windowHeight <= 0)
156 log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::EndMessage;
/external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
H A Djquery.tablednd.js201 var windowHeight = window.innerHeight ? window.innerHeight
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
/external/skia/tools/bug_chomper/res/third_party/
H A Djquery.tablednd.js201 var windowHeight = window.innerHeight ? window.innerHeight
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1047 int windowHeight = 0; // Parent window height local
1067 windowHeight = globalBounds.bottom - globalBounds.top;
1079 _lastWindowHeight = windowHeight;
1091 if (windowHeight != _lastWindowHeight ||
1116 (int)(0.5f + windowHeight - (viewBounds.origin.y + viewBounds.size.height)),
1121 //WEBRTC_TRACE(kTraceDebug, "%s:%d windowHeight=%d", __FUNCTION__, __LINE__, windowHeight);
1133 _lastWindowHeight = windowHeight;
1355 int windowHeight = 0; local
1373 windowHeight
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp783 int windowHeight = 0; local
790 if (windowHeight + rowHeight > m_maxHeight) {
795 windowHeight += rowHeight;
827 resize(windowWidth, windowHeight);
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDebugCanvas.cpp17 SkDebugCanvas::SkDebugCanvas(int windowWidth, int windowHeight) argument
18 : INHERITED(windowWidth, windowHeight)
20 , fWindowSize(SkISize::Make(windowWidth, windowHeight))
/external/chromium_org/third_party/readability/js/
H A Dreadability.js185 var windowHeight = window.innerHeight ? window.innerHeight : (document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight);
188 readability.scrollTo(readability.scrollTop(), readability.scrollTop() - (windowHeight - 50), 20, 10);
191 readability.scrollTo(readability.scrollTop(), readability.scrollTop() + (windowHeight - 50), 20, 10);

Completed in 1768 milliseconds