Searched refs:enclosingIntRect (Results 1 - 25 of 59) sorted by relevance

123

/external/webkit/WebCore/platform/graphics/cg/
H A DIntRectCG.cpp40 IntRect enclosingIntRect(const CGRect& rect) function in namespace:WebCore
/external/webkit/WebCore/platform/graphics/mac/
H A DIntRectMac.mm38 IntRect enclosingIntRect(const NSRect& rect)
H A DWebLayer.mm67 IntRect clip(enclosingIntRect(clipBounds));
/external/webkit/WebCore/svg/graphics/filters/
H A DSVGFETile.cpp63 IntRect tileRect = enclosingIntRect(m_in->scaledSubRegion());
70 tileRect = enclosingIntRect(filterRegion);
/external/webkit/WebCore/platform/mac/
H A DScrollViewMac.mm111 IntRect result = enclosingIntRect([scrollView() documentVisibleRect]);
123 return enclosingIntRect([documentView bounds]).size();
183 return enclosingIntRect(tempRect);
H A DWidgetMac.mm150 return enclosingIntRect([getOuterView() frame]);
298 return enclosingIntRect([rootWidget->platformWidget() convertRect:rect toView:nil]);
310 return enclosingIntRect([rootWidget->platformWidget() convertRect:rect fromView:nil]);
/external/webkit/WebCore/css/
H A DCSSCanvasValue.cpp49 IntRect imageChangeRect = enclosingIntRect(changedRect);
/external/webkit/WebCore/platform/graphics/filters/
H A DFilterEffect.cpp75 IntRect bufferRect = enclosingIntRect(scaledSubRegion());
/external/webkit/WebCore/rendering/
H A DRenderSVGInline.cpp64 rects.append(enclosingIntRect(localToAbsoluteQuad(rect).boundingBox()));
H A DRenderSVGModelObject.cpp72 IntRect box = enclosingIntRect(repaintRectInLocalCoordinates());
H A DRenderSVGContainer.cpp121 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
129 IntRect paintRectInParent = enclosingIntRect(localToParentTransform().mapRect(repaintRectInLocalCoordinates()));
H A DRenderSVGInlineText.cpp114 return enclosingIntRect(repaintQuad.boundingBox());
H A DEllipsisBox.cpp75 return enclosingIntRect(f.selectionRectForText(TextRun(m_str.characters(), m_str.length(), false, 0, 0, false, style->visuallyOrdered()),
H A DRenderSVGImage.cpp191 IntRect contentRect = enclosingIntRect(repaintRectInLocalCoordinates());
/external/webkit/WebCore/platform/graphics/skia/
H A DImageSkia.cpp321 SkIRect srcRect = enclosingIntRect(normSrcRect);
431 enclosingIntRect(normSrcRect),
452 enclosingIntRect(normSrcRect),
/external/webkit/WebCore/platform/graphics/
H A DFloatQuad.h94 return enclosingIntRect(boundingBox());
H A DIntRect.h202 IntRect enclosingIntRect(const CGRect&);
207 IntRect enclosingIntRect(const NSRect&);
H A DFloatRect.cpp113 IntRect enclosingIntRect(const FloatRect& rect) function in namespace:WebCore
H A DFloatRect.h195 IntRect enclosingIntRect(const FloatRect&);
/external/webkit/WebCore/svg/
H A DSVGFEImageElement.cpp125 IntRect targetRect = enclosingIntRect(renderer->objectBoundingBox());
/external/webkit/WebKit/android/nav/
H A DCachedLayer.cpp53 IntRect result = enclosingIntRect(temp);
/external/webkit/WebCore/platform/graphics/haiku/
H A DImageHaiku.cpp151 context->clip(enclosingIntRect(dstRect));
/external/webkit/WebCore/html/
H A DHTMLAreaElement.cpp107 return enclosingIntRect(getPath(obj).boundingRect());
H A DHTMLCanvasElement.cpp207 ro->repaintRectangle(enclosingIntRect(m_dirtyRect));
/external/webkit/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp187 IntRect imageSize = enclosingIntRect(tileRect);

Completed in 151 milliseconds

123