Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderSVGContainer.cpp341 PaintInfo childInfo(paintInfo); in paint() local
342 childInfo.paintingRoot = paintingRootForChildren(paintInfo); in paint()
344 child->paint(childInfo, 0, 0); in paint()
DInlineFlowBox.cpp652 RenderObject::PaintInfo childInfo(paintInfo); in paint() local
653 childInfo.phase = paintPhase; in paint()
654 childInfo.paintingRoot = object()->paintingRootForChildren(paintInfo); in paint()
660 curr->paint(childInfo, tx, ty); in paint()
DRenderBox.cpp740 PaintInfo childInfo(paintInfo); in paint() local
741 childInfo.paintingRoot = paintingRootForChildren(paintInfo); in paint()
743 child->paint(childInfo, tx, ty); in paint()