intersect         492 Source/core/accessibility/AXRenderObject.cpp     viewRect.intersect(contentRect);
intersect        1483 Source/core/frame/FrameView.cpp                 updateRect.intersect(rectToScroll);
intersect        1507 Source/core/frame/FrameView.cpp             updateRect.intersect(rectToScroll);
intersect        2329 Source/core/frame/FrameView.cpp         clipRect.intersect(parentView->windowClipRectForFrameOwner(ownerElement));
intersect        2610 Source/core/frame/FrameView.cpp         toFill.intersect(rect);
intersect         216 Source/core/html/HTMLCanvasElement.cpp         r.intersect(destRect);
intersect        1470 Source/core/html/canvas/CanvasRenderingContext2D.cpp     srcRect->intersect(imageRect);
intersect        1779 Source/core/html/canvas/CanvasRenderingContext2D.cpp     canvasRect.intersect(transformedClipBounds);
intersect        1952 Source/core/html/canvas/CanvasRenderingContext2D.cpp     clipRect.intersect(IntRect(0, 0, data->width(), data->height()));
intersect        1956 Source/core/html/canvas/CanvasRenderingContext2D.cpp     destRect.intersect(IntRect(IntPoint(), buffer->size()));
intersect         329 Source/core/page/TouchAdjustment.cpp     intersection.intersect(touchArea);
intersect         354 Source/core/page/TouchAdjustment.cpp     rect.intersect(touchRect);
intersect         399 Source/core/page/TouchAdjustment.cpp             bounds.intersect(touchArea);
intersect          63 Source/core/rendering/ClipRect.h     void intersect(const LayoutRect& other) { m_rect.intersect(other); }
intersect          64 Source/core/rendering/ClipRect.h     void intersect(const ClipRect& other)
intersect          66 Source/core/rendering/ClipRect.h         m_rect.intersect(other.rect());
intersect          86 Source/core/rendering/ClipRect.h     c.intersect(b);
intersect         250 Source/core/rendering/ClipRect.h     void intersect(const LayoutRect& rect)
intersect         252 Source/core/rendering/ClipRect.h         backgroundRect.intersect(rect);
intersect         253 Source/core/rendering/ClipRect.h         foregroundRect.intersect(rect);
intersect         254 Source/core/rendering/ClipRect.h         outlineRect.intersect(rect);
intersect         312 Source/core/rendering/FilterEffectRenderer.cpp     rectForRepaint.intersect(filterBoxRect);
intersect         354 Source/core/rendering/FilterEffectRenderer.cpp             m_repaintRect.intersect(filterSourceRect);
intersect          74 Source/core/rendering/LayoutState.cpp             m_clipRect.intersect(clipRect);
intersect        1325 Source/core/rendering/RenderBlock.cpp         screenArea.intersect(objectBounds);
intersect        1876 Source/core/rendering/RenderBlock.cpp         info.rect.intersect(pixelSnappedIntRect(colRect));
intersect        3417 Source/core/rendering/RenderBlock.cpp         repaintRect.intersect(colRect);
intersect        1993 Source/core/rendering/RenderBlockFlow.cpp         repaintRect.intersect(LayoutRect(LayoutPoint(), size()));
intersect        1649 Source/core/rendering/RenderBox.cpp             conservativeClipRect.intersect(clipRoundedRect.radiusCenterRect());
intersect        2026 Source/core/rendering/RenderBox.cpp                 rect.intersect(layoutState->clipRect());
intersect         616 Source/core/rendering/RenderBoxModelObject.cpp         maskRect.intersect(paintInfo.rect);
intersect         669 Source/core/rendering/RenderBoxModelObject.cpp                 backgroundRect.intersect(paintInfo.rect);
intersect         931 Source/core/rendering/RenderBoxModelObject.cpp     m_destRect.intersect(clipRect);
intersect         528 Source/core/rendering/RenderFlowThread.cpp             fragmentRect.intersect(fragment.paginationClip);
intersect         259 Source/core/rendering/RenderImage.cpp             repaintRect.intersect(contentBoxRect());
intersect         600 Source/core/rendering/RenderImage.cpp         screenArea.intersect(objectBounds);
intersect        1066 Source/core/rendering/RenderInline.cpp                 rect.intersect(layoutState->clipRect());
intersect        2015 Source/core/rendering/RenderLayer.cpp             clipRect.intersect(paintingInfo.paintDirtyRect);
intersect        2343 Source/core/rendering/RenderLayer.cpp     layerBoundingBoxInFlowThread.intersect(backgroundRectInFlowThread.rect());
intersect        2364 Source/core/rendering/RenderLayer.cpp         ancestorClipRect.intersect(dirtyRect);
intersect        2378 Source/core/rendering/RenderLayer.cpp         fragment.intersect(ancestorClipRect.rect());
intersect        2382 Source/core/rendering/RenderLayer.cpp         fragment.intersect(fragment.paginationClip);
intersect        2424 Source/core/rendering/RenderLayer.cpp             clipRect.intersect(parentClipRect);
intersect        2660 Source/core/rendering/RenderLayer.cpp         localDirtyRect.intersect(colRect);
intersect        2740 Source/core/rendering/RenderLayer.cpp         hitTestArea.intersect(frameVisibleRect(renderer()));
intersect        3072 Source/core/rendering/RenderLayer.cpp             clipRect.intersect(parentClipRect);
intersect        3255 Source/core/rendering/RenderLayer.cpp         localClipRect.intersect(colRect);
intersect        3327 Source/core/rendering/RenderLayer.cpp             rect.intersect(box->overflowClipRect(LayoutPoint()));
intersect        3330 Source/core/rendering/RenderLayer.cpp         rect.intersect(toRenderBox(renderer())->clipRect(LayoutPoint()));
intersect         177 Source/core/rendering/RenderLayerClipper.cpp         backgroundRect.intersect(paintDirtyRect);
intersect         196 Source/core/rendering/RenderLayerClipper.cpp             foregroundRect.intersect(toRenderBox(m_renderer)->overflowClipRect(offset, clipRectsContext.overlayScrollbarSizeRelevancy));
intersect         213 Source/core/rendering/RenderLayerClipper.cpp                 backgroundRect.intersect(layerBoundsWithVisualOverflow);
intersect         218 Source/core/rendering/RenderLayerClipper.cpp                 backgroundRect.intersect(bounds);
intersect         226 Source/core/rendering/RenderLayerClipper.cpp         backgroundRect.intersect(newPosClip);
intersect         227 Source/core/rendering/RenderLayerClipper.cpp         foregroundRect.intersect(newPosClip);
intersect         228 Source/core/rendering/RenderLayerClipper.cpp         outlineRect.intersect(newPosClip);
intersect         475 Source/core/rendering/RenderListBox.cpp         itemRect.intersect(controlClipRect(paintOffset));
intersect         466 Source/core/rendering/RenderMultiColumnSet.cpp     clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
intersect         518 Source/core/rendering/RenderMultiColumnSet.cpp     clippedRect.intersect(RenderRegion::flowThreadPortionOverflowRect());
intersect         545 Source/core/rendering/RenderMultiColumnSet.cpp         clippedRect.intersect(flowThreadOverflowPortion);
intersect         571 Source/core/rendering/RenderMultiColumnSet.cpp         clippedRect.intersect(translatedDirtyRect);
intersect         151 Source/core/rendering/RenderRegion.cpp     clippedRect.intersect(flippedFlowThreadPortionOverflowRect);
intersect         389 Source/core/rendering/compositing/CompositedLayerMapping.cpp             clippingBounds.intersect(m_owningLayer.clipper().backgroundClipRect(ClipRectsContext(rootLayer, AbsoluteClipRects)).rect());
intersect         395 Source/core/rendering/compositing/CompositedLayerMapping.cpp         layerBounds.intersect(clippingBounds);
intersect         548 Source/core/rendering/compositing/CompositedLayerMapping.cpp         result.intersect(renderer->clipRect(LayoutPoint()));
intersect        1927 Source/core/rendering/compositing/CompositedLayerMapping.cpp         dirtyRect.intersect(pixelSnappedIntRect(bounds));
intersect          51 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp             properties.clippedAbsoluteBoundingBox.intersect(clipRect);
intersect          82 Source/core/rendering/shapes/ShapeInterval.h     ShapeInterval<T> intersect(const ShapeInterval<T>& interval) const
intersect         137 Source/core/rendering/shapes/ShapeInterval.h                 result.append(working->intersect(*next));
intersect         192 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     filterData->drawingRegion.intersect(filterData->boundaries);
intersect         190 Source/core/rendering/svg/RenderSVGResourceMasker.cpp     maskRect.intersect(maskBoundaries);
intersect         368 Source/core/rendering/svg/RenderSVGRoot.cpp     repaintRect.intersect(pixelSnappedBorderBoxRect());
intersect         304 Source/core/rendering/svg/SVGRenderSupport.cpp         repaintRect.intersect(clipper->resourceBoundingBox(renderer));
intersect         307 Source/core/rendering/svg/SVGRenderSupport.cpp         repaintRect.intersect(masker->resourceBoundingBox(renderer));
intersect          83 Source/core/svg/graphics/filters/SVGFEImage.cpp         requestedRect.intersect(maxEffectRect());
intersect         102 Source/core/svg/graphics/filters/SVGFEImage.cpp         destRect.intersect(srcRect);
intersect         108 Source/core/svg/graphics/filters/SVGFEImage.cpp     destRect.intersect(requestedRect);
intersect         132 Source/platform/geometry/FloatRect.h     void intersect(const FloatRect&);
intersect         192 Source/platform/geometry/FloatRect.h     c.intersect(b);
intersect         131 Source/platform/geometry/IntRect.h     void intersect(const IntRect&);
intersect         171 Source/platform/geometry/IntRect.h     c.intersect(b);
intersect         146 Source/platform/geometry/LayoutRect.h     void intersect(const LayoutRect&);
intersect         180 Source/platform/geometry/LayoutRect.h     c.intersect(b);
intersect          47 Source/platform/geometry/Region.h     void intersect(const Region&);
intersect         140 Source/platform/geometry/Region.h static inline Region intersect(const Region& a, const Region& b)
intersect         143 Source/platform/geometry/Region.h     result.intersect(b);
intersect         268 Source/platform/graphics/BitmapImage.cpp     normSrcRect.intersect(FloatRect(0, 0, bm->bitmap().width(), bm->bitmap().height()));
intersect         503 Source/platform/graphics/GraphicsLayer.cpp         largestRepaintRect.intersect(repaintRect);
intersect          94 Source/platform/graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp         fillOpaque.intersect(contentRect);
intersect         239 Source/platform/graphics/filters/FEComposite.cpp         requestedRect.intersect(maxEffectRect());
intersect         287 Source/platform/graphics/filters/FEComposite.cpp     affectedRect.intersect(requestedRect);
intersect         330 Source/platform/graphics/filters/FEComposite.cpp         destinationRect.intersect(in2->absolutePaintRect());
intersect         331 Source/platform/graphics/filters/FEComposite.cpp         destinationRect.intersect(absolutePaintRect());
intersect         125 Source/platform/graphics/filters/FEGaussianBlur.cpp         requestedRect.intersect(maxEffectRect());
intersect         130 Source/platform/graphics/filters/FEGaussianBlur.cpp     outputRect.intersect(requestedRect);
intersect         136 Source/platform/graphics/filters/FEGaussianBlur.cpp         inputRect.intersect(maxEffectRect());
intersect          77 Source/platform/graphics/filters/FilterEffect.cpp         requestedRect.intersect(maxEffectRect());
intersect          96 Source/platform/graphics/filters/FilterEffect.cpp         inputUnion.intersect(requestedRect);
intersect         137 Source/platform/graphics/filters/FilterEffect.cpp         result.intersect(sourceClipRect);
intersect         530 Source/platform/graphics/filters/FilterEffect.cpp         absoluteSubregion.intersect(filter->absoluteFilterRegion());
intersect          49 Source/platform/graphics/filters/SourceAlpha.cpp     srcRect.intersect(requestedRect);
intersect          46 Source/platform/graphics/filters/SourceGraphic.cpp     srcRect.intersect(requestedRect);
intersect         221 Source/platform/graphics/skia/NativeImageSkia.cpp     scaledSrcRect->intersect(scaledImageRect);
intersect         226 Source/platform/graphics/skia/NativeImageSkia.cpp     enclosingScaledSrcRect.intersect(SkIRect::MakeSize(scaledImageSize));
intersect         260 Source/platform/graphics/skia/NativeImageSkia.cpp     if (!destRectVisibleSubset.intersect(destRect))
intersect         449 Source/platform/graphics/skia/NativeImageSkia.cpp     normSrcRect.intersect(FloatRect(0, 0, bitmap().width(), bitmap().height()));
intersect         184 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     if (canvasLayer.hasImageMask && !layerOpaqueRect.intersect(canvasLayer.imageOpaqueRect))
intersect         290 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     else if (!targetRect.intersect(deviceClipRect))
intersect         334 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     if (!sourceOpaqueRect.intersect(deviceClipRect))
intersect         345 Source/platform/graphics/skia/OpaqueRegionSkia.cpp     else if (sourceOpaqueRectPreservesOpaque && sourceOpaqueRect.intersect(destinationOpaqueRect))
intersect         539 Source/platform/scroll/ScrollView.cpp     updateRect.intersect(scrollViewRect);
intersect         547 Source/platform/scroll/ScrollView.cpp         panScrollIconDirtyRect.intersect(clipRect);
intersect         773 Source/platform/scroll/ScrollView.cpp         paintRect.intersect(visibleContentRect());
intersect         870 Source/platform/scroll/ScrollView.cpp         documentDirtyRect.intersect(visibleAreaWithoutScrollbars);
intersect         896 Source/platform/scroll/ScrollView.cpp         scrollViewDirtyRect.intersect(visibleAreaWithScrollbars);
intersect         913 Source/web/WebPluginContainerImpl.cpp         clipRect.intersect(
intersect        1735 Source/web/WebViewImpl.cpp             resizeRect.intersect(IntRect(IntPoint(0, 0), m_layerTreeView->deviceViewportSize()));