Searched refs:fGlyphStorage (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp200 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
207 fGlyphStorage = new LEGlyphStorage();
208 if (fGlyphStorage == NULL) {
215 return fGlyphStorage->getGlyphCount();
220 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
225 fGlyphStorage->getCharIndices(charIndices, success);
231 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
236 fGlyphStorage->getGlyphs(glyphs, success);
242 fGlyphStorage->getGlyphPositions(positions, success);
247 fGlyphStorage
[all...]
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...]
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 DLayoutEngine.h107 LEGlyphStorage *fGlyphStorage; member in class:LayoutEngine

Completed in 53 milliseconds