Searched refs:foregroundRect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayerFragment.h45 foregroundRect = foreground;
53 foregroundRect.moveBy(offset);
61 foregroundRect.intersect(rect);
68 ClipRect foregroundRect; member in struct:blink::LayerFragment
H A DRenderLayerClipper.cpp183 ClipRect backgroundRect, foregroundRect, outlineRect; local
186 calculateRects(context, m_renderer.view()->unscaledDocumentRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
187 return clippingRootLayer->renderer()->localToAbsoluteQuad(FloatQuad(foregroundRect.rect())).enclosingBoundingBox();
195 ClipRect backgroundRect, foregroundRect, outlineRect; local
197 calculateRects(context, PaintInfo::infiniteRect(), layerBounds, backgroundRect, foregroundRect, outlineRect);
211 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const
223 foregroundRect = backgroundRect;
237 foregroundRect.intersect(toRenderBox(m_renderer).overflowClipRect(offset, context.scrollbarRelevancy));
239 foregroundRect.setHasRadius(true);
268 foregroundRect
210 calculateRects(const ClipRectsContext& context, const LayoutRect& paintDirtyRect, LayoutRect& layerBounds, ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot) const argument
[all...]
H A DRenderLayerClipper.h116 ClipRect& backgroundRect, ClipRect& foregroundRect, ClipRect& outlineRect, const LayoutPoint* offsetFromRoot = 0) const;
H A DRenderLayer.cpp1996 clipper().calculateRects(clipRectsContext, dirtyRect, fragment.layerBounds, fragment.backgroundRect, fragment.foregroundRect, fragment.outlineRect, offsetFromRoot);
2158 if (fragment.shouldPaintContent && !fragment.foregroundRect.isEmpty()) {
2166 bool shouldClip = localPaintingInfo.clipToDirtyRect && layerFragments.size() == 1 && layerFragments[0].shouldPaintContent && !layerFragments[0].foregroundRect.isEmpty();
2168 clipToRect(localPaintingInfo, context, layerFragments[0].foregroundRect, paintFlags);
2182 restoreClip(context, localPaintingInfo.paintDirtyRect, layerFragments[0].foregroundRect);
2192 if (!fragment.shouldPaintContent || fragment.foregroundRect.isEmpty())
2196 clipToRect(localPaintingInfo, context, fragment.foregroundRect, paintFlags);
2198 PaintInfo paintInfo(context, pixelSnappedIntRect(fragment.foregroundRect.rect()), phase, paintBehavior, paintingRootForRenderer, 0, localPaintingInfo.rootLayer->renderer());
2202 restoreClip(context, localPaintingInfo.paintDirtyRect, fragment.foregroundRect);
2252 clipToRect(localPaintingInfo, context, fragment.foregroundRect, paintFlag
[all...]

Completed in 1720 milliseconds