Home | History | Annotate | Download | only in rendering

Lines Matching defs:ellipsisWidth

2444     int ellipsisWidth = (font == firstLineFont) ? firstLineEllipsisWidth : font.width(ellipsisRun);
2460 int width = curr == firstRootBox() ? firstLineEllipsisWidth : ellipsisWidth;