Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintInfo

73 void RenderReplica::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
75 ANNOTATE_GRAPHICS_CONTEXT(paintInfo, this);
77 if (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseMask)
82 if (paintInfo.phase == PaintPhaseForeground) {
86 LayerPaintingInfo paintingInfo(rootPaintingLayer, paintInfo.rect, PaintBehaviorNormal, LayoutSize(), 0);
88 layer()->parent()->paintLayer(paintInfo.context, paintingInfo, flags);
89 } else if (paintInfo.phase == PaintPhaseMask)
90 paintMask(paintInfo, adjustedPaintOffset);