Home
last modified time | relevance | path

Searched refs:clipRectToApply (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp659 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in writeLayers() local
660 …l->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect… 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()
DRenderLayerBacking.cpp1099 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in paintIntoLayer() local
1100 …->calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect); in paintIntoLayer()
1165 setClip(context, paintDirtyRect, clipRectToApply); in paintIntoLayer()
1166 PaintInfo paintInfo(context, clipRectToApply, in paintIntoLayer()
1183 restoreClip(context, paintDirtyRect, clipRectToApply); in paintIntoLayer()
DRenderLayer.cpp2660 IntRect layerBounds, damageRect, clipRectToApply, outlineRect; in scrollTo() local
2661 …calculateRects(rootLayer, paintDirtyRect, layerBounds, damageRect, clipRectToApply, outlineRect, l… in scrollTo()
2709 if (shouldPaint && !clipRectToApply.isEmpty() && !paintingOverlayScrollbars) { in scrollTo()
2715 setClip(p, paintDirtyRect, clipRectToApply); in scrollTo()
2716 PaintInfo paintInfo(p, clipRectToApply, in scrollTo()
2731 restoreClip(p, paintDirtyRect, clipRectToApply); in scrollTo()