Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintInfo

352 void RenderView::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
359 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this);
363 paintInfo.context->fillRect(paintInfo.rect, m_frameView->baseBackgroundColor());
365 paintObject(paintInfo, paintOffset);
398 void RenderView::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint&)
422 if (paintInfo.skipRootBackground())
443 CompositeOperator previousOperator = paintInfo.context->compositeOperation();
444 paintInfo.context->setCompositeOperation(CompositeCopy);
445 paintInfo.context->fillRect(paintInfo.rect, baseColor);
446 paintInfo.context->setCompositeOperation(previousOperator);
448 paintInfo.context->clearRect(paintInfo.rect);