Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintInfo

35 #include "core/rendering/PaintInfo.h"
106 void RenderEmbeddedObject::paintContents(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
112 RenderPart::paintContents(paintInfo, paintOffset);
115 void RenderEmbeddedObject::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
118 RenderReplaced::paint(paintInfo, paintOffset);
122 RenderPart::paint(paintInfo, paintOffset);
125 void RenderEmbeddedObject::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
130 if (paintInfo.phase == PaintPhaseSelection)
133 GraphicsContext* context = paintInfo.context;