Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalHeight

616         int boxHeight = curr->logicalHeight();
651 int bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : 0);
697 lineBottom = max(lineBottom, logicalTop() + logicalHeight());
709 setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());
718 curr->setLogicalTop(lineBottom - (curr->logicalTop() - lineTop) - curr->logicalHeight());
929 int& logicalHeight = isHorizontal() ? height : width;
930 int bottom = min(rootBox->lineBottom(), top + logicalHeight);
932 logicalHeight = bottom - top;
1094 int& logicalHeight = isHorizontal() ? h : w;
1095 int bottom = min(rootBox->lineBottom(), top + logicalHeight);
1097 logicalHeight = bottom - top;
1176 int& logicalHeight = isHorizontal() ? h : w;
1177 int bottom = min(rootBox->lineBottom(), top + logicalHeight);
1179 logicalHeight = bottom - top;
1329 int bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()->lineBottom() : rubyText->logicalHeight());
1330 if (bottomOfLastRubyTextLine <= curr->logicalHeight())