Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayerPaintingInfo.h58 PaintLayerTemporaryClipRects = 1 << 2, enumerator
DRenderReplica.cpp88 …s = PaintLayerHaveTransparency | PaintLayerAppliedTransform | PaintLayerTemporaryClipRects | Paint… in paint()
DRenderLayer.cpp1892 paintFlags |= PaintLayerTemporaryClipRects; in paintLayer()
1943 …xt(paintingInfo.rootLayer, paintingInfo.region, (paintFlags & PaintLayerTemporaryClipRects) ? Temp… in paintLayer()
2136 …(paintFlags & PaintLayerTemporaryClipRects) ? TemporaryClipRects : PaintingClipRects, IgnoreOverla… in paintLayerContents()
2333 …(paintFlags & PaintLayerTemporaryClipRects) ? TemporaryClipRects : PaintingClipRects, IgnoreOverla… in paintTransformedLayerIntoFragments()
2347 …nclosingPaginationLayer(), paintingInfo.region, (paintFlags & PaintLayerTemporaryClipRects) ? Temp… in paintTransformedLayerIntoFragments()
DRenderFlowThread.cpp312 … layer()->paint(context, info.rect, info.paintBehavior, 0, region, PaintLayerTemporaryClipRects); in paintFlowThreadPortionInRegion()