HomeSort by relevance Sort by last modified time
    Searched refs:windowHeight (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/glshared/
glsFragmentOpUtil.hpp 96 IntegerQuad (int windowWidth, int windowHeight)
98 , posB(windowWidth-1, windowHeight-1)
  /external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
PostSubBuffer.cpp 145 size_t windowHeight = getWindow()->getHeight();
148 mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120, windowHeight - 120);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameOverview.js 163 * @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/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 192 height:(int)windowHeight;
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 149 EGLint windowHeight = 0;
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/
jquery.tablednd.js 201 var windowHeight = window.innerHeight ? window.innerHeight
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
  /external/eigen/doc/
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"});
  /build/tools/droiddoc/templates-pdk/assets/
android-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"});
308 var windowHeight = ($(window).height() - HEADER_HEIGHT);
309 var swapperHeight = windowHeight - 13; // move 13px for swapper link at the bottom
327 var windowHeight = ($(window).height() - HEADER_HEIGHT);
328 docContent.css({height:windowHeight + "px"});
329 $("#side-nav").css({height:windowHeight + "px"});
334 var swapperHeight = windowHeight - 13
    [all...]
  /external/doclava/res/assets/templates/assets/
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 - 13
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 1047 int windowHeight = 0; // Parent window height
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;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 783 int windowHeight = 0;
790 if (windowHeight + rowHeight > m_maxHeight) {
795 windowHeight += rowHeight;
827 resize(windowWidth, windowHeight);
    [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 17 SkDebugCanvas::SkDebugCanvas(int windowWidth, int windowHeight)
18 : INHERITED(windowWidth, windowHeight)
20 , fWindowSize(SkISize::Make(windowWidth, windowHeight))
  /external/chromium_org/third_party/readability/js/
readability.js 185 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);
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 626 var windowHeight = $window.height();
640 navHeight = windowHeight - (headerHeight + subheaderHeight - scrollTop) - topMargin;
643 navHeight = windowHeight - topMargin;
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 691 var windowHeight = $window.height();
705 navHeight = windowHeight - (headerHeight + subheaderHeight - scrollTop) - topMargin;
708 navHeight = windowHeight - topMargin;
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 870 var windowHeight = $window.height();
883 navHeight = windowHeight - (headerHeight - scrollTop) - topMargin;
886 navHeight = windowHeight - topMargin;
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 688 var windowHeight = $window.height();
701 navHeight = windowHeight - (headerHeight - scrollTop) - topMargin;
704 navHeight = windowHeight - topMargin;
    [all...]

Completed in 677 milliseconds