Searched refs:unionRect (Results 1 – 8 of 8) sorted by relevance
218 inline IntRect unionRect(const IntRect& a, const IntRect& b) in unionRect() function225 IntRect unionRect(const Vector<IntRect>&);
128 IntRect unionRect(const Vector<IntRect>& rects) in unionRect() function
200 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) in unionRect() function
388 IntRect r = unionRect(localSelectionRect(false), visualOverflowRect()); in clippedOverflowRectForRepaint()
2060 return unionRect(bounds, offsetBounds); in areaCastingShadowInHole()
1017 addPDFURLRect(context, unionRect(focusRingRects)); in paintFocusRing()
9855 (WebCore::unionRect): useful helper9857 (WebCore::unionRect): added same for FloatRect just because
16732 (WebCore::unionRect): Added this helper function.16761 vector and pass it to drawFocusRing(). Use unionRect() instead of