Home | History | Annotate | Download | only in layoutex

Lines Matching refs:firstChar

1012             le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase;
1015 appendRun(line, run, firstChar, lastChar);
1022 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar)
1027 // Get the glyph indices for all the characters between firstChar and lastChar,
1034 for (ch = firstChar; ch <= lastChar; ch += 1) {