Home | History | Annotate | Download | only in rendering

Lines Matching refs:outlineStyle

1040     EBorderStyle os = styleToUse->outlineStyle();
1053 if (styleToUse->outlineStyleIsAuto() || styleToUse->outlineStyle() == BNONE)
1279 RenderStyle* outlineStyle = outlineStyleForRepaint();
1280 int ow = outlineStyle->outlineSize();
1289 int borderWidth = max(-outlineStyle
1308 int borderHeight = max(-outlineStyle->outlineOffset(), max(borderBottom, max(style()->borderBottomLeftRadius().height().calcValue(boxHeight), style()->borderBottomRightRadius().height().calcValue(boxHeight)))) + max(ow, shadowBottom);