Searched refs:windowSize (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DAcceleratedCompositingContextGL.cpp189 const IntSize& windowSize = m_redirectedWindow->size(); local
190 glViewport(0, 0, windowSize.width(), windowSize.height());
211 const IntSize& windowSize = m_redirectedWindow->size(); local
212 glViewport(0, 0, windowSize.width(), windowSize.height());
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DImageDocument.cpp239 LayoutSize windowSize = LayoutSize(view->width(), view->height()); local
241 float widthScale = (float)windowSize.width() / imageSize.width();
242 float heightScale = (float)windowSize.height() / imageSize.height();
329 LayoutSize windowSize = LayoutSize(view->width(), view->height()); local
331 return imageSize.width() <= windowSize.width() && imageSize.height() <= windowSize.height();
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py67 windowSize = self._pdfView.rowSizeForPage_( variable in class:MyPDFDocument
72 windowSize.width += NSScroller.scrollerWidth()
73 controller.window().setContentSize_(windowSize)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A DMyPDFDocument.py67 windowSize = self._pdfView.rowSizeForPage_( variable in class:MyPDFDocument
72 windowSize.width += NSScroller.scrollerWidth()
73 controller.window().setContentSize_(windowSize)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DTextAutosizer.cpp47 IntSize windowSize; member in struct:WebCore::TextAutosizingWindowInfo
116 windowInfo.windowSize = m_document->settings()->textAutosizingWindowSizeOverride();
117 if (windowInfo.windowSize.isEmpty()) {
119 windowInfo.windowSize = mainFrame->view()->unscaledVisibleContentSize(includeScrollbars ? ScrollableArea::IncludeScrollbars : ScrollableArea::ExcludeScrollbars);
146 int logicalWindowWidth = isHorizontalWritingMode(writingMode) ? windowInfo.windowSize.width() : windowInfo.windowSize.height();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DChromeClientBlackBerry.cpp161 IntSize windowSize; local
164 windowSize = window->windowSize();
167 FloatRect rect = FloatRect(0, 0, windowSize.width(), windowSize.height());
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrQOS.h152 windowSize, member in struct:__anon131
/macosx-10.9.5/apache-786.1/httpd/modules/filters/
H A Dmod_deflate.c56 int windowSize; member in struct:deflate_filter_config_t
189 c->windowSize = DEFAULT_WINDOWSIZE;
208 c->windowSize = i * -1;
535 c->windowSize, c->memlevel,
814 zRC = inflateInit2(&ctx->stream, c->windowSize);
1050 zRC = inflateInit2(&ctx->stream, c->windowSize);
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp505 IntSize windowSize = frameView->hostWindow()->platformPageClient()->viewportSize(); local
525 visibleContentRect.setSize(windowSize);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp1045 SIZE windowSize = { bmpInfo.bmWidth, bmpInfo.bmHeight }; local
1054 ::UpdateLayeredWindow(m_viewWindow, hdcScreen, 0, &windowSize, hdcMem.get(), &layerPos, 0, &blendFunction, ULW_ALPHA);

Completed in 132 milliseconds