Searched refs:fOutIndex (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DKhmerReordering.cpp155 le_int32 fOutIndex; member in class:KhmerReorderingOutput
163 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
182 fOutChars[fOutIndex] = ch;
184 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
185 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
187 fOutIndex += 1;
192 return fOutIndex;
H A DTibetanReordering.cpp157 le_int32 fOutIndex; member in class:TibetanReorderingOutput
165 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
184 fOutChars[fOutIndex] = ch;
186 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
187 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
189 fOutIndex += 1;
194 return fOutIndex;
H A DIndicReordering.cpp119 le_int32 fOutIndex; member in class:IndicReorderingOutput
202 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
235 fOutChars[fOutIndex] = ch;
237 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
238 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
240 fOutIndex += 1;
320 fOutIndex += 1;
322 for ( i = fOutIndex ; i > toPosition ; i--) {
336 fOutIndex -= 1;
338 for ( i = fromPosition ; i < fOutIndex ;
[all...]

Completed in 39 milliseconds