Home | History | Annotate | Download | only in rendering

Lines Matching refs:lineBottom

2162             box->computeOverflow(box->lineTop(), box->lineBottom(), textBoxDataMap);
2652 curr->paintEllipsisBox(paintInfo, tx, ty, curr->lineTop(), curr->lineBottom());
5574 return box->lineBottom() + (includeBottom ? (block->borderBottom() + block->paddingBottom()) : 0);
5943 int bottom = min(curr->lineBottom(), curr->logicalTop() + curr->logicalHeight());
6114 IntRect logicalVisualOverflow = lineBox->logicalVisualOverflowRect(lineBox->lineTop(), lineBox->lineBottom());