Searched refs:unionRect (Results 1 - 18 of 18) 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/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);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPaintAggregatorTest.cpp74 IntRect expectedBounds = unionRect(r1, r2);
99 IntRect expectedBounds = unionRect(r1, r2);
325 IntRect expectedPaintRect = unionRect(scrollRect, paintRect);
347 IntRect expectedPaintRect = unionRect(scrollRect, paintRect);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRect.h195 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) function in namespace:WebCore
202 FloatRect unionRect(const Vector<FloatRect>&);
H A DIntRect.h181 inline IntRect unionRect(const IntRect& a, const IntRect& b) function in namespace:WebCore
188 PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&);
H A DIntRect.cpp163 IntRect unionRect(const Vector<IntRect>& rects) function in namespace:WebCore
H A DLayoutRect.cpp132 LayoutRect unionRect(const Vector<LayoutRect>& rects) function in namespace:WebCore
H A DLayoutRect.h189 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b) function in namespace:WebCore
196 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
H A DFloatRect.cpp158 FloatRect unionRect(const Vector<FloatRect>& rects) function in namespace:WebCore
/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/core/rendering/svg/
H A DRenderSVGRoot.cpp381 LayoutRect decoratedRepaintRect = unionRect(localSelectionRect(false), visualOverflowRect());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTextControlSingleLine.cpp283 clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect());
H A DRenderObject.cpp1220 addPDFURLRect(paintInfo.context, unionRect(focusRingRects));
H A DRenderBox.cpp4142 outlineBox = unionRect(focusRingRects);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComposite.cpp283 affectedRect = unionRect(input1Rect, inputEffect(0)->determineAbsolutePaintRect(requestedRect));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp621 return unionRect(bounds, offsetBounds);

Completed in 394 milliseconds