Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp2618 LayerPaintingInfo columnPaintingInfo(paintingInfo); in paintChildLayerIntoColumns() local
2619 columnPaintingInfo.rootLayer = columnLayers[colIndex - 1]; in paintChildLayerIntoColumns()
2620 columnPaintingInfo.paintDirtyRect = transform.inverse().mapRect(localDirtyRect); in paintChildLayerIntoColumns()
2621 …paintChildLayerIntoColumns(childLayer, context, columnPaintingInfo, paintFlags, columnLayers, colI… in paintChildLayerIntoColumns()