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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.cpp 121 LayoutRect unionRect(const Vector<LayoutRect>& rects)
IntRect.cpp 163 IntRect unionRect(const Vector<IntRect>& rects)
FloatRect.cpp 158 FloatRect unionRect(const Vector<FloatRect>& rects)
FloatRect.h 197 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b)
204 FloatRect unionRect(const Vector<FloatRect>&);
IntRect.h 177 inline IntRect unionRect(const IntRect& a, const IntRect& b)
184 PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&);
LayoutRect.h 184 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b)
191 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 184 IntRect unionRect;
187 unionRect.unite(m_update.paintRects[i]);
189 int unionArea = calculateArea(unionRect);
206 IntRect combinedRect = unionRect(existingRect, rect);

Completed in 2996 milliseconds