Home | History | Annotate | Download | only in rendering

Lines Matching full:width

73     // First sanity-check the unoverflowed width of the whole line to see if there is sufficient room.
75 if (width() - delta < ellipsisWidth)
88 ellipsisWidth - (markupBox ? markupBox->width() : 0), height(),
98 if (ltr && (x() + width() + ellipsisWidth) <= blockRightEdge) {
99 ellipsisBox->m_x = x() + width();
137 FloatRect rootRect(0, selectionTop(), width(), selectionHeight());
156 FloatRect rootRect(tx + x(), ty + selectionTop(), width(), selectionHeight());
254 lastBox->x() + lastBox->width(), selTop, selHeight,
266 int lastX = firstBox->x() + firstBox->width();
274 lastX = box->x() + box->width();