Home | History | Annotate | Download | only in layoutex

Lines Matching defs:firstChar

1037             le_int32 firstChar = (run == firstRun)? runStart : fStyleRunInfo[run].runBase;
1040 appendRun(line, run, firstChar, lastChar);
1047 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar)
1052 // Get the glyph indices for all the characters between firstChar and lastChar,
1059 for (ch = firstChar; ch <= lastChar; ch += 1) {