Searched refs:unionRect (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DIntRect.h218 inline IntRect unionRect(const IntRect& a, const IntRect& b) function in namespace:WebCore
225 IntRect unionRect(const Vector<IntRect>&);
H A DIntRect.cpp128 IntRect unionRect(const Vector<IntRect>& rects) function in namespace:WebCore
H A DFloatRect.h200 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) function in namespace:WebCore
/external/webkit/Source/WebCore/rendering/
H A DRenderReplaced.cpp396 IntRect r = unionRect(localSelectionRect(false), visualOverflowRect());
H A DRenderBoxModelObject.cpp2060 return unionRect(bounds, offsetBounds);
H A DRenderObject.cpp1017 addPDFURLRect(context, unionRect(focusRingRects));

Completed in 372 milliseconds