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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.cpp 132 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 195 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b)
202 FloatRect unionRect(const Vector<FloatRect>&);
IntRect.h 181 inline IntRect unionRect(const IntRect& a, const IntRect& b)
188 PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&);
LayoutRect.h 189 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b)
196 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
  /external/fonttools/Lib/fontTools/pens/
boundsPen.py 3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 99 def unionRect(rect1, rect2):
172 >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 186 IntRect unionRect;
189 unionRect.unite(m_update.paintRects[i]);
191 int unionArea = calculateArea(unionRect);
208 IntRect combinedRect = unionRect(existingRect, rect);

Completed in 130 milliseconds