Home | History | Annotate | Download | only in rendering

Lines Matching defs:styleToUse

1274     RenderStyle* styleToUse = renderer()->style(isFirstLineStyle());
1275 if ((!parent() && isFirstLineStyle() && styleToUse != renderer()->style()) || (parent() && renderer()->hasBoxDecorations())) {
1279 paintBoxShadow(paintInfo, styleToUse, Normal, paintRect);
1281 Color c = renderer()->resolveColor(styleToUse, CSSPropertyBackgroundColor);
1282 paintFillLayers(paintInfo, c, styleToUse->backgroundLayers(), paintRect);
1283 paintBoxShadow(paintInfo, styleToUse, Inset, paintRect);
1290 bool hasBorderImage = borderImageSource && borderImageSource->canRender(renderer(), styleToUse->effectiveZoom());