Home | History | Annotate | Download | only in rendering

Lines Matching refs:boxHeight

540         int boxHeight = ascent + descent;
542 if (maxPositionTop < boxHeight)
543 maxPositionTop = boxHeight;
545 if (maxPositionBottom < boxHeight)
546 maxPositionBottom = boxHeight;
616 int boxHeight = curr->logicalHeight();
617 int boxHeightIncludingMargins = boxHeight;
654 boxHeight -= (topRubyBaseLeading + bottomRubyBaseLeading);
676 lineBottom = max(lineBottom, newLogicalTop + boxHeight);