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

123

/external/webkit/Source/WebCore/rendering/
H A DGapRects.h35 void uniteLeft(const IntRect& r) { m_left.unite(r); }
36 void uniteCenter(const IntRect& r) { m_center.unite(r); }
37 void uniteRight(const IntRect& 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);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTableHeaderContainer.cpp95 m_headerRect.unite(m_children[k]->elementRect());
H A DAccessibilityTableColumn.cpp196 m_columnRect.unite(cell->elementRect());
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp171 objectBoundingBox.unite(current->objectBoundingBox());
172 strokeBoundingBox.unite(current->strokeBoundingBox());
173 repaintBoundingBox.unite(current->repaintRectInLocalCoordinates());
175 objectBoundingBox.unite(transform.mapRect(current->objectBoundingBox()));
176 strokeBoundingBox.unite(transform.mapRect(current->strokeBoundingBox()));
177 repaintBoundingBox.unite(transform.mapRect(current->repaintRectInLocalCoordinates()));
H A DSVGInlineFlowBox.cpp79 childRect.unite(child->calculateBoundaries());
137 markerRect.unite(fragmentRect);
H A DSVGMarkerLayoutInfo.cpp95 bounds.unite(markerContent->markerBoundaries(layout.matrix));
H A DRenderSVGResourceFilterPrimitive.cpp74 // FETurbulence, FEImage and FEFlood don't have input effects, take the filter region as unite rect.
77 uniteRect.unite(determineFilterPrimitiveSubregion(effect->inputEffect(i)));
H A DRenderSVGPath.cpp324 m_strokeAndMarkerBoundingBox.unite(m_path.strokeBoundingRect(&strokeStyle));
330 m_strokeAndMarkerBoundingBox.unite(markerBounds);
H A DRenderSVGInlineText.cpp133 boundingBox.unite(box->calculateBoundaries());
H A DRenderSVGResourceMasker.cpp190 m_maskContentBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
/external/webkit/Source/WebCore/platform/graphics/
H A DIntRect.cpp78 void IntRect::unite(const IntRect& other) function in class:WebCore::IntRect
134 result.unite(rects[i]);
H A DFloatRect.h114 void unite(const FloatRect&);
203 c.unite(b);
H A DIntRect.h151 void unite(const IntRect&);
221 c.unite(b);
H A DFloatRect.cpp82 void FloatRect::unite(const FloatRect& other) function in class:WebCore::FloatRect
/external/webkit/Source/WebKit/android/jni/
H A DPicturePile.cpp135 m_webkitInvals[0].unite(inval);
206 inval.unite(m_webkitInvals[i]);
238 overlap.unite(m_pile[overlaps[i]].area);
352 drawArea.unite(pc.prerendered->area);
/external/webkit/Source/WebKit2/Platform/
H A DRegion.h46 void unite(const Region&);
H A DRegion.cpp432 void Region::unite(const Region& region) function in class:WebKit::Region
437 m_bounds.unite(region.m_bounds);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp63 m_dirtyRect.unite(rect);
H A DTiledDrawingArea.cpp68 m_dirtyRect.unite(rect);
201 it->second.dirtyRect.unite(update.dirtyRect);
H A DDrawingAreaImpl.cpp97 m_dirtyRegion.unite(dirtyRect);
143 m_dirtyRegion.unite(movedDirtyRegionInScrollRect);
149 m_dirtyRegion.unite(scrollRepaintRegion);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DRenderSurfaceChromium.cpp76 drawableContentRect.unite(m_replicaDrawTransform.mapRect(localContentRect));
H A DLayerTilerChromium.cpp218 tile->m_dirtyLayerRect.unite(bound);
258 dirtyLayerRect.unite(tile->m_dirtyLayerRect);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurface.cpp155 m_fullContentArea.unite(rect);
246 drawClip.unite(m_layers[i]->drawClip());
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFilterEffect.cpp62 m_absolutePaintRect.unite(m_inputEffects.at(i)->absolutePaintRect());
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp73 m_pendingContent.needsDisplayRect.unite(IntRect(rect));

Completed in 256 milliseconds

123