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

/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.hpp96 IntegerQuad (int windowWidth, int windowHeight) argument
98 , posB(windowWidth-1, windowHeight-1)
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
H A DPostSubBuffer.cpp144 size_t windowWidth = getWindow()->getWidth(); local
148 mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120, windowHeight - 120);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_controller.h191 - (NSPoint)windowTopLeftForWidth:(int)windowWidth
/external/deqp/modules/egl/
H A DteglCreateSurfaceTests.cpp148 EGLint windowWidth = 0; local
151 TCU_CHECK_EGL_CALL(eglQuerySurface(display.getEGLDisplay(), surface.getEGLSurface(), EGL_WIDTH, &windowWidth));
154 if (windowWidth <= 0 || windowHeight <= 0)
156 log << TestLog::Message << " Fail, invalid surface size " << windowWidth << "x" << windowHeight << TestLog::EndMessage;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
282 var windowWidth = $(window).width() + "px";
291 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DViewportDescription.cpp241 int windowWidth = mainFrame->document()->settings()->pinchVirtualViewportEnabled() local
244 int overviewZoomPercent = 100 * windowWidth / static_cast<float>(viewportWidth);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp811 int windowWidth = baseWidth + scrollbarWidth + paddingWidth; local
812 if (windowWidth > m_maxWindowWidth) {
813 // windowWidth exceeds m_maxWindowWidth, so we have to clip.
814 windowWidth = m_maxWindowWidth;
815 baseWidth = windowWidth - scrollbarWidth - paddingWidth;
818 int contentWidth = windowWidth - scrollbarWidth;
820 if (windowWidth < m_baseWidth) {
821 windowWidth = m_baseWidth;
827 resize(windowWidth, windowHeight);
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc1046 int windowWidth = 0; // Parent window width local
1068 windowWidth = globalBounds.right - globalBounds.left;
1078 _lastWindowWidth = windowWidth;
1092 windowWidth != _lastWindowWidth)
1132 _lastWindowWidth = windowWidth;
/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))

Completed in 8039 milliseconds