Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderReplica.cpp77 …ency | RenderLayer::PaintLayerAppliedTransform | RenderLayer::PaintLayerTemporaryClipRects | Rende… in paint()
DRenderLayer.h507 PaintLayerTemporaryClipRects = 1 << 2, enumerator
DRenderLayer.cpp2529 …ageRect, paintBehavior, paintingRoot, 0, PaintLayerHaveTransparency | PaintLayerTemporaryClipRects in scrollTo()
2582 paintFlags |= PaintLayerTemporaryClipRects; in scrollTo()
2618 clipRect = backgroundClipRect(rootLayer, paintFlags & PaintLayerTemporaryClipRects); in scrollTo()
2661 …rBounds, damageRect, clipRectToApply, outlineRect, localPaintFlags & PaintLayerTemporaryClipRects); in scrollTo()