Home | History | Annotate | Download | only in rendering

Lines Matching defs:ellipsisWidth

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