HomeSort by relevance Sort by last modified time
    Searched refs:windowWidth (Results 1 - 10 of 10) 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 144 size_t windowWidth = getWindow()->getWidth();
148 mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120, windowHeight - 120);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 191 - (NSPoint)windowTopLeftForWidth:(int)windowWidth
  /external/deqp/modules/egl/
teglCreateSurfaceTests.cpp 148 EGLint windowWidth = 0;
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/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 241 int windowWidth = mainFrame->document()->settings()->pinchVirtualViewportEnabled()
244 int overviewZoomPercent = 100 * windowWidth / static_cast<float>(viewportWidth);
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 811 int windowWidth = baseWidth + scrollbarWidth + paddingWidth;
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);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 1046 int windowWidth = 0; // Parent window width
1068 windowWidth = globalBounds.right - globalBounds.left;
1078 _lastWindowWidth = windowWidth;
1092 windowWidth != _lastWindowWidth)
1132 _lastWindowWidth = windowWidth;
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 77 var windowWidth = $(window).width() + "px";
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
355 var windowWidth = $(window).width() + "px";
365 content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in order to for scrollbars to be visible
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 77 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/skia/src/utils/debugger/
SkDebugCanvas.cpp 17 SkDebugCanvas::SkDebugCanvas(int windowWidth, int windowHeight)
18 : INHERITED(windowWidth, windowHeight)
20 , fWindowSize(SkISize::Make(windowWidth, windowHeight))

Completed in 919 milliseconds