clipRect 231 Source/core/editing/Caret.cpp void CaretBase::paintCaret(Node* node, GraphicsContext* context, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const clipRect 241 Source/core/editing/Caret.cpp LayoutRect caret = intersection(drawingRect, clipRect); clipRect 259 Source/core/editing/Caret.cpp void DragCaretController::paintDragCaret(LocalFrame* frame, GraphicsContext* p, const LayoutPoint& paintOffset, const LayoutRect& clipRect) const clipRect 262 Source/core/editing/Caret.cpp paintCaret(m_position.deepEquivalent().deprecatedNode(), p, paintOffset, clipRect); clipRect 53 Source/core/editing/Caret.h void paintCaret(Node*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const; clipRect 81 Source/core/editing/Caret.h void paintDragCaret(LocalFrame*, GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect) const; clipRect 1278 Source/core/editing/FrameSelection.cpp void FrameSelection::paintCaret(GraphicsContext* context, const LayoutPoint& paintOffset, const LayoutRect& clipRect) clipRect 1281 Source/core/editing/FrameSelection.cpp CaretBase::paintCaret(m_selection.start().deprecatedNode(), context, paintOffset, clipRect); clipRect 162 Source/core/editing/FrameSelection.h void paintCaret(GraphicsContext*, const LayoutPoint&, const LayoutRect& clipRect); clipRect 1429 Source/core/frame/FrameView.cpp bool FrameView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) clipRect 1432 Source/core/frame/FrameView.cpp hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); clipRect 1490 Source/core/frame/FrameView.cpp hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); clipRect 2321 Source/core/frame/FrameView.cpp IntRect clipRect = contentsToWindow(visibleContentRect(scrollbarInclusion)); clipRect 2323 Source/core/frame/FrameView.cpp return clipRect; clipRect 2329 Source/core/frame/FrameView.cpp clipRect.intersect(parentView->windowClipRectForFrameOwner(ownerElement)); clipRect 2330 Source/core/frame/FrameView.cpp return clipRect; clipRect 2350 Source/core/frame/FrameView.cpp IntRect clipRect = contentsToWindow(pixelSnappedIntRect(enclosingLayer->clipper().childrenClipRect())); clipRect 2351 Source/core/frame/FrameView.cpp return intersection(clipRect, windowClipRect()); clipRect 335 Source/core/frame/FrameView.h virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) OVERRIDE; clipRect 1951 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatRect clipRect(dirtyX, dirtyY, dirtyWidth, dirtyHeight); clipRect 1952 Source/core/html/canvas/CanvasRenderingContext2D.cpp clipRect.intersect(IntRect(0, 0, data->width(), data->height())); clipRect 1954 Source/core/html/canvas/CanvasRenderingContext2D.cpp IntRect destRect = enclosingIntRect(clipRect); clipRect 601 Source/core/inspector/InspectorTimelineAgent.cpp void InspectorTimelineAgent::didPaint(RenderObject* renderer, const GraphicsLayer* graphicsLayer, GraphicsContext*, const LayoutRect& clipRect) clipRect 606 Source/core/inspector/InspectorTimelineAgent.cpp localToPageQuad(*renderer, clipRect, &quad); clipRect 77 Source/core/page/Chrome.cpp void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) clipRect 79 Source/core/page/Chrome.cpp m_client->scroll(scrollDelta, rectToScroll, clipRect); clipRect 153 Source/core/rendering/EllipsisBox.cpp FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, h.toFloat())); clipRect 154 Source/core/rendering/EllipsisBox.cpp alignSelectionRectToDevicePixels(clipRect); clipRect 155 Source/core/rendering/EllipsisBox.cpp context->clip(clipRect); clipRect 310 Source/core/rendering/FilterEffectRenderer.cpp FloatRect clipRect = FloatRect(FloatPoint(-inf, -inf), FloatSize(inf, inf)); clipRect 311 Source/core/rendering/FilterEffectRenderer.cpp rectForRepaint = lastEffect()->getSourceRect(rectForRepaint, clipRect); clipRect 1251 Source/core/rendering/InlineFlowBox.cpp LayoutRect clipRect(paintRect); clipRect 1255 Source/core/rendering/InlineFlowBox.cpp clipRect.setY(paintRect.y() - outsets.top()); clipRect 1256 Source/core/rendering/InlineFlowBox.cpp clipRect.setHeight(paintRect.height() + outsets.top() + outsets.bottom()); clipRect 1258 Source/core/rendering/InlineFlowBox.cpp clipRect.setX(paintRect.x() - outsets.left()); clipRect 1259 Source/core/rendering/InlineFlowBox.cpp clipRect.setWidth(paintRect.width() + outsets.left()); clipRect 1262 Source/core/rendering/InlineFlowBox.cpp clipRect.setWidth(clipRect.width() + outsets.right()); clipRect 1264 Source/core/rendering/InlineFlowBox.cpp clipRect.setX(paintRect.x() - outsets.left()); clipRect 1265 Source/core/rendering/InlineFlowBox.cpp clipRect.setWidth(paintRect.width() + outsets.left() + outsets.right()); clipRect 1267 Source/core/rendering/InlineFlowBox.cpp clipRect.setY(paintRect.y() - outsets.top()); clipRect 1268 Source/core/rendering/InlineFlowBox.cpp clipRect.setHeight(paintRect.height() + outsets.top()); clipRect 1271 Source/core/rendering/InlineFlowBox.cpp clipRect.setHeight(clipRect.height() + outsets.bottom()); clipRect 1273 Source/core/rendering/InlineFlowBox.cpp return clipRect; clipRect 1339 Source/core/rendering/InlineFlowBox.cpp LayoutRect clipRect = clipRectForNinePieceImageStrip(this, borderImage, paintRect); clipRect 1341 Source/core/rendering/InlineFlowBox.cpp context->clip(clipRect); clipRect 1411 Source/core/rendering/InlineFlowBox.cpp LayoutRect clipRect = clipRectForNinePieceImageStrip(this, maskNinePieceImage, paintRect); clipRect 1413 Source/core/rendering/InlineFlowBox.cpp paintInfo.context->clip(clipRect); clipRect 866 Source/core/rendering/InlineTextBox.cpp FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight)); clipRect 867 Source/core/rendering/InlineTextBox.cpp alignSelectionRectToDevicePixels(clipRect); clipRect 869 Source/core/rendering/InlineTextBox.cpp context->clip(clipRect); clipRect 1144 Source/core/rendering/InlineTextBox.cpp FloatRect clipRect(localOrigin, FloatSize(width, baseline + 2)); clipRect 1152 Source/core/rendering/InlineTextBox.cpp clipRect.unite(shadowRect); clipRect 1155 Source/core/rendering/InlineTextBox.cpp context->clip(clipRect); clipRect 72 Source/core/rendering/LayoutState.cpp LayoutRect clipRect(toPoint(m_paintOffset) + deltaSize, renderer.cachedSizeForOverflowClip()); clipRect 74 Source/core/rendering/LayoutState.cpp m_clipRect.intersect(clipRect); clipRect 76 Source/core/rendering/LayoutState.cpp m_clipRect = clipRect; clipRect 103 Source/core/rendering/LayoutState.h const LayoutRect& clipRect() const { return m_clipRect; } clipRect 1880 Source/core/rendering/RenderBlock.cpp LayoutRect clipRect(colRect); clipRect 1884 Source/core/rendering/RenderBlock.cpp clipRect.expand(colGap / 2, 0); clipRect 1886 Source/core/rendering/RenderBlock.cpp clipRect.expand(0, colGap / 2); clipRect 1892 Source/core/rendering/RenderBlock.cpp context->clip(pixelSnappedIntRect(clipRect)); clipRect 932 Source/core/rendering/RenderBox.cpp LayoutRect clipRect(LayoutPoint(), cachedSizeForOverflowClip()); clipRect 933 Source/core/rendering/RenderBox.cpp paintRect = intersection(paintRect, clipRect); clipRect 1636 Source/core/rendering/RenderBox.cpp LayoutRect clipRect = isControlClip ? controlClipRect(accumulatedOffset) : overflowClipRect(accumulatedOffset); clipRect 1647 Source/core/rendering/RenderBox.cpp LayoutRect conservativeClipRect = clipRect; clipRect 1667 Source/core/rendering/RenderBox.cpp paintInfo.context->clip(pixelSnappedIntRect(clipRect)); clipRect 1688 Source/core/rendering/RenderBox.cpp LayoutRect clipRect = borderBoxRect(); clipRect 1689 Source/core/rendering/RenderBox.cpp clipRect.setLocation(location + clipRect.location() + LayoutSize(borderLeft(), borderTop())); clipRect 1690 Source/core/rendering/RenderBox.cpp clipRect.setSize(clipRect.size() - LayoutSize(borderLeft() + borderRight(), borderTop() + borderBottom())); clipRect 1693 Source/core/rendering/RenderBox.cpp return clipRect; clipRect 1697 Source/core/rendering/RenderBox.cpp clipRect.move(layer()->scrollableArea()->verticalScrollbarWidth(relevancy), 0); clipRect 1698 Source/core/rendering/RenderBox.cpp clipRect.contract(layer()->scrollableArea()->verticalScrollbarWidth(relevancy), layer()->scrollableArea()->horizontalScrollbarHeight(relevancy)); clipRect 1700 Source/core/rendering/RenderBox.cpp return clipRect; clipRect 1706 Source/core/rendering/RenderBox.cpp LayoutRect clipRect = LayoutRect(borderBoxRect.location() + location, borderBoxRect.size()); clipRect 1710 Source/core/rendering/RenderBox.cpp clipRect.move(c, 0); clipRect 1711 Source/core/rendering/RenderBox.cpp clipRect.contract(c, 0); clipRect 1715 Source/core/rendering/RenderBox.cpp clipRect.contract(width() - valueForLength(style()->clipRight(), width()), 0); clipRect 1719 Source/core/rendering/RenderBox.cpp clipRect.move(0, c); clipRect 1720 Source/core/rendering/RenderBox.cpp clipRect.contract(0, c); clipRect 1724 Source/core/rendering/RenderBox.cpp clipRect.contract(0, height() - valueForLength(style()->clipBottom(), height())); clipRect 1726 Source/core/rendering/RenderBox.cpp return clipRect; clipRect 2026 Source/core/rendering/RenderBox.cpp rect.intersect(layoutState->clipRect()); clipRect 505 Source/core/rendering/RenderBox.h LayoutRect clipRect(const LayoutPoint& location); clipRect 339 Source/core/rendering/RenderBoxModelObject.cpp LayoutRect clipRect = enclosingClippingBox->overflowClipRect(LayoutPoint()); clipRect 340 Source/core/rendering/RenderBoxModelObject.cpp clipRect.move(enclosingClippingBox->paddingLeft(), enclosingClippingBox->paddingTop()); clipRect 341 Source/core/rendering/RenderBoxModelObject.cpp clipRect.contract(LayoutSize(enclosingClippingBox->paddingLeft() + enclosingClippingBox->paddingRight(), clipRect 343 Source/core/rendering/RenderBoxModelObject.cpp constrainingRect = enclosingClippingBox->localToContainerQuad(FloatRect(clipRect), view()).boundingBox(); clipRect 411 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::clipRoundedInnerRect(GraphicsContext * context, const LayoutRect& rect, const RoundedRect& clipRect) clipRect 413 Source/core/rendering/RenderBoxModelObject.cpp if (clipRect.isRenderable()) clipRect 414 Source/core/rendering/RenderBoxModelObject.cpp context->clipRoundedRect(clipRect); clipRect 417 Source/core/rendering/RenderBoxModelObject.cpp if (!clipRect.radii().topLeft().isEmpty() || !clipRect.radii().bottomRight().isEmpty()) { clipRect 418 Source/core/rendering/RenderBoxModelObject.cpp IntRect topCorner(clipRect.rect().x(), clipRect.rect().y(), rect.maxX() - clipRect.rect().x(), rect.maxY() - clipRect.rect().y()); clipRect 420 Source/core/rendering/RenderBoxModelObject.cpp topCornerRadii.setTopLeft(clipRect.radii().topLeft()); clipRect 423 Source/core/rendering/RenderBoxModelObject.cpp IntRect bottomCorner(rect.x(), rect.y(), clipRect.rect().maxX() - rect.x(), clipRect.rect().maxY() - rect.y()); clipRect 425 Source/core/rendering/RenderBoxModelObject.cpp bottomCornerRadii.setBottomRight(clipRect.radii().bottomRight()); clipRect 429 Source/core/rendering/RenderBoxModelObject.cpp if (!clipRect.radii().topRight().isEmpty() || !clipRect.radii().bottomLeft().isEmpty()) { clipRect 430 Source/core/rendering/RenderBoxModelObject.cpp IntRect topCorner(rect.x(), clipRect.rect().y(), clipRect.rect().maxX() - rect.x(), rect.maxY() - clipRect.rect().y()); clipRect 432 Source/core/rendering/RenderBoxModelObject.cpp topCornerRadii.setTopRight(clipRect.radii().topRight()); clipRect 435 Source/core/rendering/RenderBoxModelObject.cpp IntRect bottomCorner(clipRect.rect().x(), rect.y(), rect.maxX() - clipRect.rect().x(), clipRect.rect().maxY() - rect.y()); clipRect 437 Source/core/rendering/RenderBoxModelObject.cpp bottomCornerRadii.setBottomLeft(clipRect.radii().bottomLeft()); clipRect 603 Source/core/rendering/RenderBoxModelObject.cpp LayoutRect clipRect = LayoutRect(scrolledPaintRect.x() + bLeft + (includePadding ? pLeft : LayoutUnit()), clipRect 608 Source/core/rendering/RenderBoxModelObject.cpp context->clip(clipRect); clipRect 929 Source/core/rendering/RenderBoxModelObject.cpp void RenderBoxModelObject::BackgroundImageGeometry::clip(const IntRect& clipRect) clipRect 931 Source/core/rendering/RenderBoxModelObject.cpp m_destRect.intersect(clipRect); clipRect 1369 Source/core/rendering/RenderBoxModelObject.cpp static bool allCornersClippedOut(const RoundedRect& border, const LayoutRect& clipRect) clipRect 1372 Source/core/rendering/RenderBoxModelObject.cpp if (clipRect.contains(boundingRect)) clipRect 1378 Source/core/rendering/RenderBoxModelObject.cpp if (clipRect.intersects(topLeftRect)) clipRect 1383 Source/core/rendering/RenderBoxModelObject.cpp if (clipRect.intersects(topRightRect)) clipRect 1388 Source/core/rendering/RenderBoxModelObject.cpp if (clipRect.intersects(bottomLeftRect)) clipRect 1394 Source/core/rendering/RenderBoxModelObject.cpp if (clipRect.intersects(bottomRightRect)) clipRect 2012 Source/core/rendering/RenderBoxModelObject.cpp RoundedRect clipRect = style->getRoundedInnerBorderFor(borderRect, clipRect 2016 Source/core/rendering/RenderBoxModelObject.cpp graphicsContext->clipRoundedRect(clipRect); clipRect 279 Source/core/rendering/RenderBoxModelObject.h static void clipRoundedInnerRect(GraphicsContext*, const LayoutRect&, const RoundedRect& clipRect); clipRect 97 Source/core/rendering/RenderFileUploadControl.cpp IntRect clipRect = enclosingIntRect(LayoutRect(paintOffset.x() + borderLeft(), paintOffset.y() + borderTop(), clipRect 99 Source/core/rendering/RenderFileUploadControl.cpp if (clipRect.isEmpty()) clipRect 102 Source/core/rendering/RenderFileUploadControl.cpp paintInfo.context->clip(clipRect); clipRect 1066 Source/core/rendering/RenderInline.cpp rect.intersect(layoutState->clipRect()); clipRect 1288 Source/core/rendering/RenderLayer.cpp static void expandClipRectForDescendantsAndReflection(LayoutRect& clipRect, const RenderLayer* layer, const RenderLayer* rootLayer, clipRect 1298 Source/core/rendering/RenderLayer.cpp clipRect.unite(transparencyClipBox(curr, rootLayer, transparencyBehavior, DescendantsOfTransparencyClipBox, subPixelAccumulation, paintBehavior)); clipRect 1309 Source/core/rendering/RenderLayer.cpp clipRect.move(-delta.x(), -delta.y()); clipRect 1310 Source/core/rendering/RenderLayer.cpp clipRect.unite(layer->renderBox()->reflectedRect(clipRect)); clipRect 1311 Source/core/rendering/RenderLayer.cpp clipRect.moveBy(delta); clipRect 1339 Source/core/rendering/RenderLayer.cpp LayoutRect clipRect = layer->physicalBoundingBox(layer); clipRect 1340 Source/core/rendering/RenderLayer.cpp expandClipRectForDescendantsAndReflection(clipRect, layer, layer, transparencyBehavior, subPixelAccumulation, paintBehavior); clipRect 1341 Source/core/rendering/RenderLayer.cpp layer->renderer()->style()->filterOutsets().expandRect(clipRect); clipRect 1342 Source/core/rendering/RenderLayer.cpp LayoutRect result = transform.mapRect(clipRect); clipRect 1358 Source/core/rendering/RenderLayer.cpp LayoutRect clipRect = layer->physicalBoundingBox(rootLayer); clipRect 1359 Source/core/rendering/RenderLayer.cpp expandClipRectForDescendantsAndReflection(clipRect, layer, rootLayer, transparencyBehavior, subPixelAccumulation, paintBehavior); clipRect 1360 Source/core/rendering/RenderLayer.cpp layer->renderer()->style()->filterOutsets().expandRect(clipRect); clipRect 1361 Source/core/rendering/RenderLayer.cpp clipRect.move(subPixelAccumulation); clipRect 1362 Source/core/rendering/RenderLayer.cpp return clipRect; clipRect 1383 Source/core/rendering/RenderLayer.cpp LayoutRect clipRect = paintingExtent(rootLayer, paintDirtyRect, subPixelAccumulation, paintBehavior); clipRect 1384 Source/core/rendering/RenderLayer.cpp context->clip(clipRect); clipRect 1395 Source/core/rendering/RenderLayer.cpp context->fillRect(clipRect); clipRect 1882 Source/core/rendering/RenderLayer.cpp void RenderLayer::clipToRect(const LayerPaintingInfo& localPaintingInfo, GraphicsContext* context, const ClipRect& clipRect, clipRect 1885 Source/core/rendering/RenderLayer.cpp if (clipRect.rect() == localPaintingInfo.paintDirtyRect && !clipRect.hasRadius()) clipRect 1888 Source/core/rendering/RenderLayer.cpp context->clip(pixelSnappedIntRect(clipRect.rect())); clipRect 1890 Source/core/rendering/RenderLayer.cpp if (!clipRect.hasRadius()) clipRect 1908 Source/core/rendering/RenderLayer.cpp void RenderLayer::restoreClip(GraphicsContext* context, const LayoutRect& paintDirtyRect, const ClipRect& clipRect) clipRect 1910 Source/core/rendering/RenderLayer.cpp if (clipRect.rect() == paintDirtyRect && !clipRect.hasRadius()) clipRect 2010 Source/core/rendering/RenderLayer.cpp ClipRect clipRect = paintingInfo.paintDirtyRect; clipRect 2014 Source/core/rendering/RenderLayer.cpp clipRect = clipper().backgroundClipRect(clipRectsContext); clipRect 2015 Source/core/rendering/RenderLayer.cpp clipRect.intersect(paintingInfo.paintDirtyRect); clipRect 2018 Source/core/rendering/RenderLayer.cpp parent()->clipToRect(paintingInfo, context, clipRect); clipRect 2025 Source/core/rendering/RenderLayer.cpp parent()->restoreClip(context, paintingInfo.paintDirtyRect, clipRect); clipRect 2414 Source/core/rendering/RenderLayer.cpp LayoutRect clipRect = fragment.backgroundRect.rect(); clipRect 2424 Source/core/rendering/RenderLayer.cpp clipRect.intersect(parentClipRect); clipRect 2427 Source/core/rendering/RenderLayer.cpp parent()->clipToRect(paintingInfo, context, clipRect); clipRect 2429 Source/core/rendering/RenderLayer.cpp parent()->restoreClip(context, paintingInfo.paintDirtyRect, clipRect); clipRect 2886 Source/core/rendering/RenderLayer.cpp ClipRect clipRect = clipper().backgroundClipRect(clipRectsContext); clipRect 2888 Source/core/rendering/RenderLayer.cpp if (!clipRect.intersects(hitTestLocation)) clipRect 3063 Source/core/rendering/RenderLayer.cpp LayoutRect clipRect = fragment.backgroundRect.rect(); clipRect 3072 Source/core/rendering/RenderLayer.cpp clipRect.intersect(parentClipRect); clipRect 3075 Source/core/rendering/RenderLayer.cpp if (!hitTestLocation.intersects(clipRect)) clipRect 3330 Source/core/rendering/RenderLayer.cpp rect.intersect(toRenderBox(renderer())->clipRect(LayoutPoint())); clipRect 158 Source/core/rendering/RenderLayerClipper.cpp LayoutRect clipRect = backgroundRect.rect(); clipRect 159 Source/core/rendering/RenderLayerClipper.cpp if (clipRect == PaintInfo::infiniteRect()) clipRect 160 Source/core/rendering/RenderLayerClipper.cpp return clipRect; clipRect 164 Source/core/rendering/RenderLayerClipper.cpp clipRect.moveBy(-clippingRootOffset); clipRect 166 Source/core/rendering/RenderLayerClipper.cpp return clipRect; clipRect 225 Source/core/rendering/RenderLayerClipper.cpp LayoutRect newPosClip = toRenderBox(m_renderer)->clipRect(offset); clipRect 298 Source/core/rendering/RenderLayerClipper.cpp LayoutRect newPosClip = toRenderBox(m_renderer)->clipRect(offset); clipRect 736 Source/core/rendering/RenderListBox.cpp LayoutRect clipRect = contentBoxRect(); clipRect 738 Source/core/rendering/RenderListBox.cpp clipRect.moveBy(additionalOffset + LayoutPoint(verticalScrollbarWidth(), 0)); clipRect 740 Source/core/rendering/RenderListBox.cpp clipRect.moveBy(additionalOffset); clipRect 741 Source/core/rendering/RenderListBox.cpp return clipRect; clipRect 84 Source/core/rendering/RenderRegion.cpp LayoutRect clipRect; clipRect 90 Source/core/rendering/RenderRegion.cpp clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY); clipRect 96 Source/core/rendering/RenderRegion.cpp clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY); clipRect 99 Source/core/rendering/RenderRegion.cpp return clipRect; clipRect 1194 Source/core/rendering/RenderTableCell.cpp LayoutRect clipRect(adjustedPaintOffset.x() + borderLeft(), adjustedPaintOffset.y() + borderTop(), clipRect 1196 Source/core/rendering/RenderTableCell.cpp paintInfo.context->clip(clipRect); clipRect 291 Source/core/rendering/RenderTextControlSingleLine.cpp LayoutRect clipRect = contentBoxRect(); clipRect 293 Source/core/rendering/RenderTextControlSingleLine.cpp clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect()); clipRect 294 Source/core/rendering/RenderTextControlSingleLine.cpp clipRect.moveBy(additionalOffset); clipRect 295 Source/core/rendering/RenderTextControlSingleLine.cpp return clipRect; clipRect 505 Source/core/rendering/RenderTreeAsText.cpp const LayoutRect& layerBounds, const LayoutRect& backgroundClipRect, const LayoutRect& clipRect, const LayoutRect& outlineClipRect, clipRect 510 Source/core/rendering/RenderTreeAsText.cpp IntRect adjustedClipRect = pixelSnappedIntRect(clipRect); clipRect 548 Source/core/rendering/compositing/CompositedLayerMapping.cpp result.intersect(renderer->clipRect(LayoutPoint())); clipRect 50 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp IntRect clipRect = pixelSnappedIntRect(layer->clipper().backgroundClipRect(ClipRectsContext(m_rootRenderLayer, AbsoluteClipRects)).rect()); clipRect 51 Source/core/rendering/compositing/CompositingPropertyUpdater.cpp properties.clippedAbsoluteBoundingBox.intersect(clipRect); clipRect 224 Source/core/rendering/svg/RenderSVGResourceFilter.cpp context->clipRect(boundaries); clipRect 53 Source/platform/HostWindow.h virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0; clipRect 1420 Source/platform/graphics/GraphicsContext.cpp clipRect(rect.rect(), NotAntiAliased, regionOp); clipRect 1506 Source/platform/graphics/GraphicsContext.cpp m_canvas->clipRect(rect, op, aa == AntiAliased); clipRect 290 Source/platform/graphics/GraphicsContext.h void clip(const IntRect& rect) { clipRect(rect); } clipRect 291 Source/platform/graphics/GraphicsContext.h void clip(const FloatRect& rect) { clipRect(rect); } clipRect 293 Source/platform/graphics/GraphicsContext.h void clipOut(const IntRect& rect) { clipRect(rect, NotAntiAliased, SkRegion::kDifference_Op); } clipRect 297 Source/platform/graphics/GraphicsContext.h void clipRect(const SkRect&, AntiAliasingMode = NotAntiAliased, SkRegion::Op = SkRegion::kIntersect_Op); clipRect 135 Source/platform/graphics/filters/FilterEffect.h FloatRect getSourceRect(const FloatRect& destRect, const FloatRect& clipRect); clipRect 82 Source/platform/scroll/FramelessScrollView.cpp IntRect clipRect = visibleContentRect(scrollbarInclusion); clipRect 84 Source/platform/scroll/FramelessScrollView.cpp clipRect.move(verticalScrollbar()->width(), 0); clipRect 85 Source/platform/scroll/FramelessScrollView.cpp return contentsToWindow(clipRect); clipRect 536 Source/platform/scroll/ScrollView.cpp IntRect clipRect = windowClipRect(); clipRect 538 Source/platform/scroll/ScrollView.cpp IntRect updateRect = clipRect; clipRect 547 Source/platform/scroll/ScrollView.cpp panScrollIconDirtyRect.intersect(clipRect); clipRect 551 Source/platform/scroll/ScrollView.cpp if (!shouldAttemptToScrollUsingFastPath() || !scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect)) clipRect 561 Source/platform/scroll/ScrollView.cpp bool ScrollView::scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) clipRect 563 Source/platform/scroll/ScrollView.cpp hostWindow()->scroll(scrollDelta, rectToScroll, clipRect); clipRect 274 Source/platform/scroll/ScrollView.h virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); clipRect 499 Source/web/ChromeClientImpl.cpp const IntRect& clipRect) clipRect 505 Source/web/ChromeClientImpl.cpp m_webView->client()->didScrollRect(dx, dy, intersection(scrollRect, clipRect)); clipRect 124 Source/web/ChromeClientImpl.h const WebCore::IntRect& clipRect) OVERRIDE; clipRect 264 Source/web/LinkHighlight.cpp IntRect clipRect(IntPoint(webClipRect.x, webClipRect.y), IntSize(webClipRect.width, webClipRect.height)); clipRect 265 Source/web/LinkHighlight.cpp gc.clip(clipRect); clipRect 63 Source/web/LinkHighlight.h virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque) OVERRIDE; clipRect 598 Source/web/PopupListBox.cpp IntRect clipRect = contentsToWindow(getRowBounds(index)); clipRect 600 Source/web/PopupListBox.cpp clipRect.move(verticalScrollbar()->width(), 0); clipRect 601 Source/web/PopupListBox.cpp invalidateRect(clipRect); clipRect 100 Source/web/WebPagePopupImpl.cpp virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE clipRect 102 Source/web/WebPagePopupImpl.cpp m_popup->widgetClient()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect)); clipRect 419 Source/web/WebPluginContainerImpl.cpp IntRect windowRect, clipRect; clipRect 421 Source/web/WebPluginContainerImpl.cpp calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects); clipRect 423 Source/web/WebPluginContainerImpl.cpp m_webPlugin->updateGeometry(windowRect, clipRect, cutOutRects, isVisible()); clipRect 886 Source/web/WebPluginContainerImpl.cpp IntRect& clipRect, clipRect 892 Source/web/WebPluginContainerImpl.cpp clipRect = windowClipRect(); clipRect 893 Source/web/WebPluginContainerImpl.cpp clipRect.move(-windowRect.x(), -windowRect.y()); clipRect 904 Source/web/WebPluginContainerImpl.cpp IntRect clipRect = clipRect 913 Source/web/WebPluginContainerImpl.cpp clipRect.intersect( clipRect 917 Source/web/WebPluginContainerImpl.cpp return clipRect; clipRect 182 Source/web/WebPluginContainerImpl.h WebCore::IntRect& clipRect, clipRect 418 Source/web/WebPopupMenuImpl.cpp void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) clipRect 423 Source/web/WebPopupMenuImpl.cpp m_client->didScrollRect(dx, dy, clipRect); clipRect 426 Source/web/WebPopupMenuImpl.cpp m_rootLayer->layer()->invalidateRect(FloatRect(clipRect)); clipRect 126 Source/web/WebPopupMenuImpl.h const WebCore::IntRect& clipRect) OVERRIDE FINAL; clipRect 49 Source/web/WebScrollbarThemePainter.cpp canvas->clipRect(clip); clipRect 242 Source/web/painting/PaintAggregator.cpp void PaintAggregator::scrollRect(int dx, int dy, const IntRect& clipRect) clipRect 246 Source/web/painting/PaintAggregator.cpp invalidateRect(clipRect); clipRect 251 Source/web/painting/PaintAggregator.cpp if (!m_update.scrollRect.isEmpty() && m_update.scrollRect != clipRect) { clipRect 252 Source/web/painting/PaintAggregator.cpp invalidateRect(clipRect); clipRect 259 Source/web/painting/PaintAggregator.cpp invalidateRect(clipRect); clipRect 265 Source/web/painting/PaintAggregator.cpp m_update.scrollRect = clipRect; clipRect 79 Source/web/painting/PaintAggregator.h void scrollRect(int dx, int dy, const WebCore::IntRect& clipRect); clipRect 56 Source/web/tests/FakeWebPlugin.h virtual void updateGeometry(const blink::WebRect& frameRect, const blink::WebRect& clipRect, const blink::WebVector<blink::WebRect>& cutOutsRects, bool isVisible) OVERRIDE { } clipRect 88 public/web/WebPlugin.h const WebRect& frameRect, const WebRect& clipRect, clipRect 56 public/web/WebWidgetClient.h virtual void didScrollRect(int dx, int dy, const WebRect& clipRect) { }