Home | History | Annotate | Download | only in rendering

Lines Matching defs:linelen

824             int linelen = 0;
825 while (i + linelen < len && text[i + linelen] != '\n')
826 linelen++;
828 if (linelen) {
829 lastLineMaxWidth = widthFromCache(f, i, linelen, leadWidth + lastLineMaxWidth, direction, 0, 0);
835 i += linelen;