Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxHeight

566         LayoutUnit boxHeight = ascent + descent;
568 if (maxPositionTop < boxHeight)
569 maxPositionTop = boxHeight;
571 if (maxPositionBottom < boxHeight)
572 maxPositionBottom = boxHeight;
644 LayoutUnit boxHeight = curr->logicalHeight();
645 LayoutUnit boxHeightIncludingMargins = boxHeight;
682 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
704 boxHeight);