Home | History | Annotate | Download | only in rendering

Lines Matching refs:bottomMargin

5076         int bottomMargin = nextInlineHasLineBox ? collapsedMarginBottom() : 0;
5077 IntRect rect(tx, ty - topMargin, width(), height() + topMargin + bottomMargin);