Searched refs:outlineRect (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1099 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in paintIntoLayer() local 1100 …->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect); in paintIntoLayer() 1147 if (!outlineRect.isEmpty()) { in paintIntoLayer() 1149 …PaintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0… in paintIntoLayer() 1150 setClip(context, paintDirtyRect, outlineRect); in paintIntoLayer() 1152 restoreClip(context, paintDirtyRect, outlineRect); in paintIntoLayer() 1188 if (!outlineRect.isEmpty()) { in paintIntoLayer() 1190 …PaintInfo paintInfo(context, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0… in paintIntoLayer() 1191 setClip(context, paintDirtyRect, outlineRect); in paintIntoLayer() 1193 restoreClip(context, paintDirtyRect, outlineRect); in paintIntoLayer()
|
D | RenderTreeAsText.cpp | 659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in writeLayers() local 660 …ulateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true); in writeLayers() 670 …write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, LayerPaintPhaseBackground, in… in writeLayers() 684 …write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, paintsBackgroundSeparately ? … in writeLayers()
|
D | RenderLayer.cpp | 2660 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in scrollTo() local 2661 …calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, l… in scrollTo() 2734 if (!outlineRect.isEmpty() && isSelfPaintingLayer() && !paintingOverlayScrollbars) { in scrollTo() 2736 … PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRenderer, 0); in scrollTo() 2737 setClip(p, paintDirtyRect, outlineRect); in scrollTo() 2739 restoreClip(p, paintDirtyRect, outlineRect); in scrollTo() 3110 IntRect outlineRect; in scrollTo() local 3111 …calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect, useTemporaryClipR… in scrollTo() 3498 … IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects, in scrollTo() argument 3508 outlineRect = backgroundRect; in scrollTo() [all …]
|
D | RenderLayer.h | 391 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 6947 The outlineRect should not be inflated. 7596 (WebCore::RenderLayer::paintLayer): Use the outlineRect for the 7597 outline phase and do it only if the outlineRect isn't empty. 8408 the div's outlineRect, when they should be painted separately. This
|