Home | History | Annotate | Download | only in rendering

Lines Matching refs:truncatedWidth

267 float InlineTextBox::placeEllipsisBox(bool flowIsLTR, float visibleLeftEdge, float visibleRightEdge, float ellipsisWidth, float &truncatedWidth, bool& foundBox)
309 truncatedWidth += ellipsisWidth;
325 truncatedWidth += widthOfVisibleText + ellipsisWidth;
331 truncatedWidth += logicalWidth();