Searched defs:fGlyphStorage (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.h107 LEGlyphStorage *fGlyphStorage; member in class:LayoutEngine
H A DKhmerReordering.cpp158 LEGlyphStorage &fGlyphStorage; member in class:KhmerReorderingOutput
163 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
184 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
185 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
H A DTibetanReordering.cpp160 LEGlyphStorage &fGlyphStorage; member in class:TibetanReorderingOutput
165 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
186 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
187 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
H A DIndicReordering.cpp122 LEGlyphStorage &fGlyphStorage; member in class:IndicReorderingOutput
202 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
237 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
238 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
247 fGlyphStorage.setAuxData( charIndex, charFeatures, success );
254 return fGlyphStorage.getAuxData(charIndex,success);
265 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success);
266 le_uint32 saveAuxData = fGlyphStorage.getAuxData(i+inv_count,success);
294 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success);
295 saveAuxData = fGlyphStorage
[all...]

Completed in 48 milliseconds