HomeSort by relevance Sort by last modified time
    Searched defs:unite (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.cpp 76 void LayoutRect::unite(const LayoutRect& other) function in class:WebCore::LayoutRect
138 result.unite(rects[i]);
FloatBoxExtent.h 78 void unite(const FloatBoxExtent& other) function in class:WebCore::FloatBoxExtent
86 void unite(const FloatRect& rect) function in class:WebCore::FloatBoxExtent
IntRect.cpp 84 void IntRect::unite(const IntRect& other) function in class:WebCore::IntRect
169 result.unite(rects[i]);
FloatRect.cpp 104 void FloatRect::unite(const FloatRect& other) function in class:WebCore::FloatRect
164 result.unite(rects[i]);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 35 void uniteLeft(const LayoutRect& r) { m_left.unite(r); }
36 void uniteCenter(const LayoutRect& r) { m_center.unite(r); }
37 void uniteRight(const LayoutRect& r) { m_right.unite(r); }
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); } function in struct:WebCore::GapRects
43 result.unite(m_center);
44 result.unite(m_right);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInterval.h 87 void unite(const ShapeInterval<T>& interval) function in class:WebCore::ShapeInterval
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingRequirementsUpdater.cpp 43 m_boundingBox.unite(bounds);
60 void unite(const OverlapMapContainer& otherContainer) function in class:WebCore::OverlapMapContainer
63 m_boundingBox.unite(otherContainer.m_boundingBox);
116 m_overlapStack[m_overlapStack.size() - 2].unite(m_overlapStack.last());
336 absoluteDecendantBoundingBox.unite(absoluteChildDecendantBoundingBox);
378 absoluteDecendantBoundingBox.unite(absoluteChildDecendantBoundingBox);

Completed in 76 milliseconds