Searched refs:ellipsisRun (Results 1 – 1 of 1) sorted by relevance
2052 TextRun ellipsisRun(&horizontalEllipsis, 1); in checkLinesForTextOverflow() local2056 int firstLineEllipsisWidth = firstLineFont.width(ellipsisRun); in checkLinesForTextOverflow()2057 int ellipsisWidth = (font == firstLineFont) ? firstLineEllipsisWidth : font.width(ellipsisRun); in checkLinesForTextOverflow()