Home
last modified time | relevance | path

Searched refs:unite (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/WebCore/rendering/
DGapRects.h35 void uniteLeft(const IntRect& r) { m_left.unite(r); } in uniteLeft()
36 void uniteCenter(const IntRect& r) { m_center.unite(r); } in uniteCenter()
37 void uniteRight(const IntRect& r) { m_right.unite(r); } in uniteRight()
38 …void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()… in unite() function
43 result.unite(m_center); in IntRect()
44 result.unite(m_right); in IntRect()
DRenderPath.cpp127 m_cachedLocalStrokeBBox.unite(m_path.strokeBoundingRect(&strokeStyle)); in strokeBoundingBox()
160 m_cachedLocalRepaintRect.unite(markerBoundingBox()); in repaintRectInLocalCoordinates()
DSVGMarkerLayoutInfo.cpp96 bounds.unite(markerContent->markerBoundaries(layout.matrix)); in calculateBoundaries()
DRenderSVGInlineText.cpp129 rect.unite(box->selectionRect(0, 0, startPos, endPos)); in computeRepaintQuadForRange()
DRenderLayerCompositor.cpp345 unionBounds.unite(childUnionBounds); in calculateCompositedBounds()
357 unionBounds.unite(childUnionBounds); in calculateCompositedBounds()
368 unionBounds.unite(childUnionBounds); in calculateCompositedBounds()
379 unionBounds.unite(curAbsBounds); in calculateCompositedBounds()
DRenderOverflow.h110 combinedRect.unite(visualOverflowRect()); in visibleOverflowRect()
DRenderSVGText.cpp177 boundingBox.unite(FloatRect(box->x(), box->y(), box->width(), box->height())); in objectBoundingBox()
DRenderInline.cpp619 r.unite(childRect); in clippedOverflowRectForRepaint()
625 r.unite(contRect); in clippedOverflowRectForRepaint()
637 r.unite(curr->rectWithOutlineForRepaint(repaintContainer, outlineWidth)); in rectWithOutlineForRepaint()
DSVGRenderSupport.cpp234 boundingBox.unite(childBBoxInLocalCoords); in computeContainerBoundingBox()
DRenderLayer.cpp785 clipRect.unite(transparencyClipBox(curr, rootLayer, paintBehavior)); in expandClipRectForDescendantsAndReflection()
798 clipRect.unite(l->renderBox()->reflectedRect(clipRect)); in expandClipRectForDescendantsAndReflection()
2884 overflow.unite(shadowRect); in calculateRects()
2915 m_blockSelectionGapsBounds.unite(bounds); in addBlockSelectionGapsBounds()
2996 result.unite(bbox); in localBoundingBox()
2999 result.unite(overflowRect); in localBoundingBox()
3012 result.unite(overflowRect); in localBoundingBox()
/external/webkit/WebCore/platform/graphics/
DIntRect.cpp78 void IntRect::unite(const IntRect& other) in unite() function in WebCore::IntRect
113 result.unite(rects[i]); in unionRect()
DFloatRect.h109 void unite(const FloatRect&);
180 c.unite(b); in unionRect()
DIntRect.h121 void unite(const IntRect&);
185 c.unite(b); in unionRect()
DFloatRect.cpp84 void FloatRect::unite(const FloatRect& other) in unite() function in WebCore::FloatRect
/external/webkit/WebCore/accessibility/
DAccessibilityTableHeaderContainer.cpp83 m_headerRect.unite(m_children[k]->elementRect()); in addChildren()
DAccessibilityTableColumn.cpp181 m_columnRect.unite(cell->elementRect()); in addChildren()
/external/webkit/WebCore/platform/graphics/filters/
DFilterEffect.cpp48 uniteEffectRect.unite(in2->calculateEffectRect(filter)); in calculateUnionOfChildEffectSubregions()
/external/webkit/WebCore/svg/graphics/filters/
DSVGFEMerge.cpp61 uniteEffectRect.unite(m_mergeInputs[i]->calculateEffectRect(filter)); in uniteChildEffectSubregions()
/external/webkit/WebCore/svg/
DSVGPatternElement.cpp227 patternContentBoundaries.unite(n->renderer()->repaintRectInLocalCoordinates()); in buildPattern()
244 patternBoundariesIncludingOverflow.unite(patternContentBoundaries); in buildPattern()
DSVGMaskElement.cpp189 …repaintRect.unite(node->renderer()->localToParentTransform().mapRect(node->renderer()->repaintRect… in drawMaskerContent()
/external/webkit/WebCore/svg/graphics/
DSVGResourceClipper.cpp80 m_clipperBoundingBox.unite(clipPathRect); in clipperBoundingBox()
DSVGResourceFilter.cpp102 paintRect.unite(renderer->markerBoundingBox()); in prepareFilter()
/external/webkit/WebKit/android/nav/
DCachedNode.cpp71 inner->unite(*ring); in Clip()
99 bounds.unite(mCursorRing[partIndex]); in cursorRingBounds()
/external/webkit/WebCore/html/
DHTMLCanvasElement.cpp206 m_dirtyRect.unite(r); in willDraw()
/external/webkit/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp240 finalFocusRect.unite(focusRect); in drawFocusRing()

12