Home | History | Annotate | Download | only in rendering

Lines Matching refs:totalWidth

731                 int totalWidth;
734 totalWidth = anchorBox->width() + font.width(TextRun(ellipsisAndSpace, 2));
737 totalWidth = font.width(TextRun(&horizontalEllipsis, 1));
757 totalWidth))
761 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, ltr, blockLeftEdge, blockRightEdge, totalWidth, anchorBox);