Searched refs:roundedIntSize (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImageForContainer.cpp35 return FloatSize(roundedIntSize(scaledContainerSize));
H A DSVGImage.cpp147 IntSize roundedContainerSize = roundedIntSize(containerSize);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderHTMLCanvas.cpp48 view().frameView().incrementVisuallyNonEmptyPixelCount(roundedIntSize(intrinsicSize()));
H A DTextPainter.cpp76 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
H A DRenderGeometryMap.cpp109 result = p + roundedIntSize(m_accumulatedOffset);
H A DRenderWidget.cpp116 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
H A DRenderEmbeddedObject.cpp107 view().frameView().incrementVisuallyNonEmptyPixelCount(roundedIntSize(intrinsicSize()));
H A DRenderNamedFlowThread.cpp388 IntRect fragmentAbsoluteRect(roundedIntPoint(fragmentContainer.localToAbsolute()), roundedIntSize(fragmentContainer.paddingBoxRect().size()));
H A DRenderListBox.cpp528 IntSize positionOffset = roundedIntSize(destination - absPos);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutSize.h181 inline IntSize roundedIntSize(const LayoutSize& s) function in namespace:WebCore
191 return roundedIntSize(s);
H A DFloatSize.h176 inline IntSize roundedIntSize(const FloatSize& p) function in namespace:WebCore
H A DFloatRect.cpp236 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DPageViewportController.cpp329 float minimumScale = WebCore::computeMinimumScaleFactorForContentContained(m_rawAttributes, WebCore::roundedIntSize(m_viewportSize), WebCore::roundedIntSize(m_contentsSize));
H A DWebView.cpp261 drawingArea->setSize(roundedIntSize(dipSize()), IntSize(), IntSize());
314 return roundedIntSize(dipSize());
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLAppletElement.cpp168 renderer->setWidget(frame->loader().subframeLoader().createJavaAppletWidget(roundedIntSize(LayoutSize(contentWidth, contentHeight)), *this, paramNames, paramValues));
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGImage.cpp81 imageResource().setContainerSizeForRenderer(roundedIntSize(intrinsicSize));
H A DSVGRenderingContext.cpp275 IntSize imageSize(roundedIntSize(clampedAbsoluteTargetRect.size()));
276 IntSize unclampedImageSize(roundedIntSize(absoluteTargetRect.size()));
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollViewIOS.mm111 return IntRect(IntPoint(m_scrollOffset), roundedIntSize(m_unobscuredContentSize));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp113 m_state.contentsSize = roundedIntSize(m_rootCompositingLayer->size());
/macosx-10.10/WebCore-7600.1.25/loader/
H A DSubframeLoader.cpp395 IntSize contentSize = roundedIntSize(LayoutSize(renderer->contentWidth(), renderer->contentHeight()));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFETurbulence.cpp367 PaintingData paintingData(m_seed, roundedIntSize(filterPrimitiveSubregion().size()));
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm537 send(Messages::WebPageProxy::DidGetTapHighlightGeometries(requestID, highlightColor, quads, roundedIntSize(borderRadii.topLeft()), roundedIntSize(borderRadii.topRight()), roundedIntSize(borderRadii.bottomLeft()), roundedIntSize(borderRadii.bottomRight())));
2435 IntSize minimumLayoutSizeInDocumentCoordinates = roundedIntSize(minimumLayoutSizeInScrollViewCoordinates);
2461 frameView.setViewportSizeForCSSViewportUnits(roundedIntSize(largestUnobscuredRect));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DSourceBufferPrivateAVFObjC.mm999 return roundedIntSize(m_cachedSize);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A DEwkView.cpp558 return roundedIntSize(uiSize);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.cpp1247 view->setInitialViewportSize(roundedIntSize(contentFixedSize));
1251 setFixedVisibleContentRect(IntRect(contentFixedOrigin, roundedIntSize(contentFixedSize)));
1256 setFixedLayoutSize(roundedIntSize(attr.layoutSize));

Completed in 703 milliseconds

12