Searched defs:outlineRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
660 l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true);
670 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, indent, behavior);
684 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? LayerPaintPhaseForeground : LayerPaintPhaseAll, indent, behavior);
H A DRenderLayerBacking.cpp1099 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
1100 m_owningLayer->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect);
1147 if (!outlineRect.isEmpty()) {
1149 PaintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
1150 setClip(context, paintDirtyRect, outlineRect);
1152 restoreClip(context, paintDirtyRect, outlineRect);
1188 if (!outlineRect.isEmpty()) {
1190 PaintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
1191 setClip(context, paintDirtyRect, outlineRect);
1193 restoreClip(context, paintDirtyRect, outlineRect);
[all...]
H A DRenderLayer.cpp2660 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; local
2661 calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects);
2734 if (!outlineRect.isEmpty() && isSelfPaintingLayer() && !paintingOverlayScrollbars) {
2736 PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0);
2737 setClip(p, paintDirtyRect, outlineRect);
2739 restoreClip(p, paintDirtyRect, outlineRect);
3110 IntRect outlineRect; local
3111 calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect, useTemporaryClipRects, IncludeOverlayScrollbarSize);
3498 IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects,
3508 outlineRect
3497 calculateRects(const RenderLayer* rootLayer, const IntRect& paintDirtyRect, IntRect& layerBounds, IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, OverlayScrollbarSizeRelevancy relevancy) const argument
3563 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; local
3572 IntRect layerBounds, backgroundRect, foregroundRect, outlineRect; local
[all...]

Completed in 2183 milliseconds