Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineRect

3816         calculateRects(clipRectsContext, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragment.foregroundRect, fragment.outlineRect, offsetFromRoot);
4021 if (fragment.outlineRect.isEmpty())
4025 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.outlineRect.rect()), PaintPhaseSelfOutline, paintBehavior, paintingRootForRenderer, localPaintingInfo.region, 0, 0, localPaintingInfo.rootLayer->renderer());
4026 clipToRect(localPaintingInfo.rootLayer, context, localPaintingInfo.paintDirtyRect, fragment.outlineRect, DoNotIncludeSelfForBorderRadius);
4028 restoreClip(context, localPaintingInfo.paintDirtyRect, fragment.outlineRect);
4944 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const
4953 outlineRect = backgroundRect;
4999 outlineRect.intersect(newPosClip);
5010 ClipRect backgroundRect, foregroundRect, outlineRect;
5013 calculateRects(clipRectsContext, renderView->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
5024 ClipRect backgroundRect, foregroundRect, outlineRect;
5026 calculateRects(clipRectsContext, renderView->documentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
5036 ClipRect backgroundRect, foregroundRect, outlineRect;
5038 calculateRects(clipRectsContext, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);