Searched defs:unionRect (Results 1 - 11 of 11) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
H A DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect namespace
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
/external/fonttools/Tools/fontTools/pens/
H A DboundsPen.py3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect namespace
68 bounds = unionRect(bounds, calcCubicBounds(
76 bounds = unionRect(bounds, calcQuadraticBounds(
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutRect.cpp132 LayoutRect unionRect(const Vector<LayoutRect>& rects) function in namespace:blink
H A DIntRect.cpp163 IntRect unionRect(const Vector<IntRect>& rects) function in namespace:blink
H A DFloatRect.cpp158 FloatRect unionRect(const Vector<FloatRect>& rects) function in namespace:blink
H A DIntRect.h181 inline IntRect unionRect(const IntRect& a, const IntRect& b) function in namespace:blink
188 PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&);
H A DFloatRect.h194 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) function in namespace:blink
201 FloatRect unionRect(const Vector<FloatRect>&);
H A DLayoutRect.h189 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b) function in namespace:blink
196 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py99 def unionRect(rect1, rect2): function
172 >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py99 def unionRect(rect1, rect2): function
172 >>> unionRect((0, 10, 20, 30), (0, 40, 20, 50))
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.cpp186 IntRect unionRect; local
189 unionRect.unite(m_update.paintRects[i]);
191 int unionArea = calculateArea(unionRect);
208 IntRect combinedRect = unionRect(existingRect, rect);

Completed in 101 milliseconds