Home | History | Annotate | Download | only in rendering

Lines Matching refs:paintInfo

30 #include "core/rendering/PaintInfo.h"
139 void RenderFieldset::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
141 if (!paintInfo.shouldPaintWithinRoot(this))
147 return RenderBlockFlow::paintBoxDecorations(paintInfo, paintOffset);
162 if (!boxShadowShouldBeAppliedToBackground(determineBackgroundBleedAvoidance(paintInfo.context)))
163 paintBoxShadow(paintInfo, paintRect, style(), Normal);
164 paintFillLayers(paintInfo, resolveColor(CSSPropertyBackgroundColor), style()->backgroundLayers(), paintRect);
165 paintBoxShadow(paintInfo, paintRect, style(), Inset);
171 GraphicsContext* graphicsContext = paintInfo.context;
187 paintBorder(paintInfo, paintRect, style());
190 void RenderFieldset::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
192 if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
198 return RenderBlockFlow::paintMask(paintInfo, paintOffset);
213 paintMaskImages(paintInfo, paintRect);