Home | History | Annotate | Download | only in svg

Lines Matching defs:paintInfo

34 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo)
36 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
37 ASSERT(!paintInfo.context->paintingDisabled());
39 PaintInfo childPaintInfo(paintInfo);
48 void SVGInlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
50 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
51 ASSERT(!paintInfo.context->paintingDisabled());
53 SVGRenderingContext renderingContext(&renderer(), paintInfo, SVGRenderingContext::SaveGraphicsContext);
56 child->paint(paintInfo, paintOffset, 0, 0);