Searched refs:unionRect (Results 1 – 16 of 16) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | boundsPen.py | 3 from fontTools.misc.arrayTools import updateBounds, pointInRect, unionRect 68 bounds = unionRect(bounds, calcCubicBounds( 76 bounds = unionRect(bounds, calcQuadraticBounds(
|
/external/chromium_org/third_party/WebKit/Source/web/painting/ |
D | PaintAggregator.cpp | 186 IntRect unionRect; in popPendingUpdate() local 189 unionRect.unite(m_update.paintRects[i]); in popPendingUpdate() 191 int unionArea = calculateArea(unionRect); in popPendingUpdate() 208 IntRect combinedRect = unionRect(existingRect, rect); in invalidateRect()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PaintAggregatorTest.cpp | 74 IntRect expectedBounds = unionRect(r1, r2); in TEST() 99 IntRect expectedBounds = unionRect(r1, r2); in TEST() 325 IntRect expectedPaintRect = unionRect(scrollRect, paintRect); in TEST() 347 IntRect expectedPaintRect = unionRect(scrollRect, paintRect); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | IntRect.h | 181 inline IntRect unionRect(const IntRect& a, const IntRect& b) in unionRect() function 188 PLATFORM_EXPORT IntRect unionRect(const Vector<IntRect>&);
|
D | FloatRect.h | 195 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b) in unionRect() function 202 FloatRect unionRect(const Vector<FloatRect>&);
|
D | LayoutRect.h | 189 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b) in unionRect() function 196 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
|
D | LayoutRect.cpp | 132 LayoutRect unionRect(const Vector<LayoutRect>& rects) in unionRect() function
|
D | IntRect.cpp | 163 IntRect unionRect(const Vector<IntRect>& rects) in unionRect() function
|
D | FloatRect.cpp | 158 FloatRect unionRect(const Vector<FloatRect>& rects) in unionRect() function
|
/external/fonttools/Lib/fontTools/misc/ |
D | arrayTools.py | 99 def unionRect(rect1, rect2): function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGRoot.cpp | 381 … LayoutRect decoratedRepaintRect = unionRect(localSelectionRect(false), visualOverflowRect()); in clippedOverflowRectForPaintInvalidation()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextControlSingleLine.cpp | 283 clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect()); in controlClipRect()
|
D | RenderObject.cpp | 1220 addPDFURLRect(paintInfo.context, unionRect(focusRingRects)); in paintFocusRing()
|
D | RenderBox.cpp | 4142 outlineBox = unionRect(focusRingRects); in addVisualEffectOverflow()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEComposite.cpp | 283 … affectedRect = unionRect(input1Rect, inputEffect(0)->determineAbsolutePaintRect(requestedRect)); in determineAbsolutePaintRect()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 621 return unionRect(bounds, offsetBounds); in areaCastingShadowInHole()
|