Home | History | Annotate | Download | only in rendering

Lines Matching defs:styleToUse

1110     RenderStyle* styleToUse = renderer()->style(m_firstLine);
1111 if ((!parent() && m_firstLine && styleToUse != renderer()->style()) || (parent() && renderer()->hasBoxDecorations())) {
1113 paintBoxShadow(context, styleToUse, Normal, tx, ty, w, h);
1115 Color c = styleToUse->visitedDependentColor(CSSPropertyBackgroundColor);
1116 paintFillLayers(paintInfo, c, styleToUse->backgroundLayers(), tx, ty, w, h);
1117 paintBoxShadow(context, styleToUse, Inset, tx, ty, w, h);
1123 bool hasBorderImage = borderImage && borderImage->canRender(styleToUse->effectiveZoom());