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

  /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/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);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 73 IntRect expectedBounds = unionRect(r1, r2);
98 IntRect expectedBounds = unionRect(r1, r2);
324 IntRect expectedPaintRect = unionRect(scrollRect, paintRect);
346 IntRect expectedPaintRect = unionRect(scrollRect, paintRect);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 194 inline FloatRect unionRect(const FloatRect& a, const FloatRect& b)
201 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>&);
IntRect.cpp 163 IntRect unionRect(const Vector<IntRect>& rects)
LayoutRect.cpp 132 LayoutRect unionRect(const Vector<LayoutRect>& rects)
LayoutRect.h 189 inline LayoutRect unionRect(const LayoutRect& a, const LayoutRect& b)
196 PLATFORM_EXPORT LayoutRect unionRect(const Vector<LayoutRect>&);
FloatRect.cpp 158 FloatRect unionRect(const Vector<FloatRect>& rects)
  /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/core/rendering/
RenderTextControlSingleLine.cpp 276 clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect());
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 366 LayoutRect decoratedPaintInvalidationRect = unionRect(localSelectionRect(false), visualOverflowRect());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.cpp 282 affectedRect = unionRect(input1Rect, inputEffect(0)->determineAbsolutePaintRect(requestedRect));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 699 return unionRect(bounds, offsetBounds);
    [all...]

Completed in 285 milliseconds