Home | History | Annotate | Download | only in layout

Lines Matching refs:fOutIndex

94     le_int32   fOutIndex;
177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
210 fOutChars[fOutIndex] = ch;
212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
213 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
215 fOutIndex += 1;
295 fOutIndex += 1;
297 for ( i = fOutIndex ; i > toPosition ; i--) {
311 fOutIndex -= 1;
313 for ( i = fromPosition ; i < fOutIndex ; i--) {
410 fMPreFixups->add(fOutIndex, fMPreOutIndex);
425 fMPreOutIndex = fOutIndex;
504 return fOutIndex;