Searched refs:outlineRect (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderLayer.cpp | 1731 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in paintLayer() local 1732 …calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, t… in paintLayer() 1807 if (!outlineRect.isEmpty()) { in paintLayer() 1809 …RenderObject::PaintInfo paintInfo(p, outlineRect, PaintPhaseSelfOutline, false, paintingRootForRen… in paintLayer() 1810 setClip(p, paintDirtyRect, outlineRect); in paintLayer() 1812 restoreClip(p, paintDirtyRect, outlineRect); in paintLayer() 1926 IntRect outlineRect; in hitTestLayer() local 1927 calculateRects(rootLayer, hitTestRect, layerBounds, bgRect, fgRect, outlineRect); in hitTestLayer() 2104 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects) c… in calculateRects() argument 2128 outlineRect = backgroundRect; in calculateRects() [all …]
|
D | RenderTreeAsText.cpp | 457 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in writeLayers() local 458 …ulateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, true); in writeLayers() 467 write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, -1, indent); in writeLayers() 475 …write(ts, *l, layerBounds, damageRect, clipRectToApply, outlineRect, negList && negList->size() > … in writeLayers()
|
D | RenderLayer.h | 342 …IntRect& backgroundRect, IntRect& foregroundRect, IntRect& outlineRect, bool temporaryClipRects = …
|
/external/webkit/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
|