Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxHeight

1307         int boxHeight = isBox() ? toRenderBox(this)->height() : 0;
1308 int borderHeight = max(-outlineStyle->outlineOffset(), max(borderBottom, max(style()->borderBottomLeftRadius().height().calcValue(boxHeight), style()->borderBottomRightRadius().height().calcValue(boxHeight)))) + max(ow, shadowBottom);