Searched refs:unite (Results 1 - 25 of 60) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGapRects.h35 void uniteLeft(const LayoutRect& r) { m_left.unite(r); }
36 void uniteCenter(const LayoutRect& r) { m_center.unite(r); }
37 void uniteRight(const LayoutRect& r) { m_right.unite(r); }
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); } function in struct:WebCore::GapRects
43 result.unite(m_center);
44 result.unite(m_right);
H A DRenderLayerFilterInfo.h57 void expandDirtySourceRect(const LayoutRect& rect) { m_dirtySourceRect.unite(rect); }
H A DRenderOverflow.h57 void addContentsVisualOverflow(const LayoutRect& rect) { m_contentsVisualOverflow.unite(rect); }
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegionTest.cpp68 r.unite(IntRect(35, 35, 1, 1));
75 r.unite(IntRect(30, 30, 10, 10));
82 r.unite(IntRect(31, 40, 10, 10));
97 r.unite(IntRect(42, 40, 10, 10));
118 r.unite(IntRect(5, 0, 10, 10));
119 r.unite(IntRect(0, 5, 10, 10));
151 r.unite(IntRect(0, 0, 1, 1));
160 r.unite(IntRect(0, 0, 3, 3));
161 r.unite(IntRect(10, 0, 3, 3));
162 r.unite(IntRec
[all...]
H A DFloatBoxExtent.h78 void unite(const FloatBoxExtent& other) function in class:WebCore::FloatBoxExtent
86 void unite(const FloatRect& rect) function in class:WebCore::FloatBoxExtent
H A DIntRect.cpp84 void IntRect::unite(const IntRect& other) function in class:WebCore::IntRect
169 result.unite(rects[i]);
H A DLayoutRect.cpp76 void LayoutRect::unite(const LayoutRect& other) function in class:WebCore::LayoutRect
138 result.unite(rects[i]);
H A DFloatRect.h132 void unite(const FloatRect&);
198 c.unite(b);
H A DIntRect.h133 void unite(const IntRect&);
184 c.unite(b);
H A DRegion.h46 void unite(const Region&);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableHeaderContainer.cpp75 m_headerRect.unite(m_children[k]->elementRect());
H A DAXTableColumn.cpp180 m_columnRect.unite(cell->elementRect());
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRasterShape.cpp94 result->intervalAt(marginY).unite(marginIntervalGenerator.intervalAt(marginY));
97 result->intervalAt(y).unite(marginIntervalGenerator.intervalAt(y));
102 result->intervalAt(marginY).unite(marginIntervalGenerator.intervalAt(marginY));
117 m_bounds.unite(IntRect(intervalAtY.x1(), y, intervalAtY.width(), 1));
170 excludedInterval.unite(intervals.intervalAt(y));
H A DPolygonShape.cpp141 excludedInterval.unite(OffsetPolygonEdge(edge, FloatSize()).clippedEdgeXRange(y1, y2));
143 excludedInterval.unite(OffsetPolygonEdge(edge, outwardEdgeNormal(edge) * shapeMargin()).clippedEdgeXRange(y1, y2));
144 excludedInterval.unite(OffsetPolygonEdge(edge, inwardEdgeNormal(edge) * shapeMargin()).clippedEdgeXRange(y1, y2));
145 excludedInterval.unite(clippedCircleXRange(edge.vertex1(), shapeMargin(), y1, y2));
H A DShapeInterval.h87 void unite(const ShapeInterval<T>& interval) function in class:WebCore::ShapeInterval
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingRequirementsUpdater.cpp43 m_boundingBox.unite(bounds);
60 void unite(const OverlapMapContainer& otherContainer) function in class:WebCore::OverlapMapContainer
63 m_boundingBox.unite(otherContainer.m_boundingBox);
116 m_overlapStack[m_overlapStack.size() - 2].unite(m_overlapStack.last());
336 absoluteDecendantBoundingBox.unite(absoluteChildDecendantBoundingBox);
378 absoluteDecendantBoundingBox.unite(absoluteChildDecendantBoundingBox);
H A DCompositingLayerAssigner.cpp73 newBoundingRect.unite(bounds);
253 squashingState.boundingRect.unite(layerBounds);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGInlineFlowBox.cpp66 childRect.unite(child->calculateBoundaries());
H A DRenderSVGPath.cpp62 strokeBoundingBox.unite(zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth));
H A DRenderSVGShape.cpp370 boundaries.unite(marker->markerBoundaries(marker->markerTransformation(m_markerPositions[i].origin, m_markerPositions[i].angle, strokeWidth)));
394 strokeBoundingBox.unite(strokeBoundingRect);
397 strokeBoundingBox.unite(path().strokeBoundingRect(strokeData));
402 strokeBoundingBox.unite(markerRect(strokeWidth()));
H A DRenderSVGResourceMasker.cpp163 m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->paintInvalidationRectInLocalCoordinates()));
/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.cpp165 bounds.unite(paintRects[i]);
189 unionRect.unite(m_update.paintRects[i]);
363 inner.unite(existingRect);
365 outer.unite(existingRect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterEffect.cpp89 inputUnion.unite(m_inputEffects.at(i)->determineAbsolutePaintRect(inputRect));
109 result.unite(m_inputEffects.at(i)->mapRectRecursive(rect));
134 result.unite(m_inputEffects.at(i)->getSourceRect(sourceRect, sourceClipRect));
167 intPaintRect.unite(m_absolutePaintRect);
499 // FETile, FETurbulence, FEFlood don't have input effects, take the filter region as unite rect.
504 subregion.unite(inputEffect(i)->determineFilterPrimitiveSubregion(flags));
H A DFEDropShadow.cpp63 result.unite(offsetRect);
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchDisambiguation.cpp63 result.unite(node->pixelSnappedBoundingBox());

Completed in 359 milliseconds

123