Home
last modified time | relevance | path

Searched refs:unionRect (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DIntRect.h218 inline IntRect unionRect(const IntRect& a, const IntRect& b) in unionRect() function
225 IntRect unionRect(const Vector<IntRect>&);
DIntRect.cpp128 IntRect unionRect(const Vector<IntRect>& rects) in unionRect() function
DFloatRect.h200 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) in unionRect() function
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp388 IntRect r = unionRect(localSelectionRect(false), visualOverflowRect()); in clippedOverflowRectForRepaint()
DRenderBoxModelObject.cpp2060 return unionRect(bounds, offsetBounds); in areaCastingShadowInHole()
DRenderObject.cpp1017 addPDFURLRect(context, unionRect(focusRingRects)); in paintFocusRing()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-109855 (WebCore::unionRect): useful helper
9857 (WebCore::unionRect): added same for FloatRect just because
DChangeLog-2010-01-2916732 (WebCore::unionRect): Added this helper function.
16761 vector and pass it to drawFocusRing(). Use unionRect() instead of