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

/external/icu4c/layout/
H A DLayoutEngine.cpp142 : fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languageCode),
149 fGlyphStorage = new LEGlyphStorage();
150 if (fGlyphStorage == NULL) {
157 return fGlyphStorage->getGlyphCount();
162 fGlyphStorage->getCharIndices(charIndices, indexBase, success);
167 fGlyphStorage->getCharIndices(charIndices, success);
173 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
178 fGlyphStorage->getGlyphs(glyphs, success);
184 fGlyphStorage->getGlyphPositions(positions, success);
189 fGlyphStorage
[all...]
H A DIndicReordering.cpp97 LEGlyphStorage &fGlyphStorage; member in class:IndicReorderingOutput
177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage),
212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
213 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
222 fGlyphStorage.setAuxData( charIndex, charFeatures, success );
229 return fGlyphStorage.getAuxData(charIndex,success);
240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success);
241 le_uint32 saveAuxData = fGlyphStorage.getAuxData(i+inv_count,success);
269 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success);
270 saveAuxData = fGlyphStorage
[all...]
H A DKhmerReordering.cpp133 LEGlyphStorage &fGlyphStorage; member in class:KhmerReorderingOutput
138 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
159 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
160 fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success);
H A DTibetanReordering.cpp135 LEGlyphStorage &fGlyphStorage; member in class:TibetanReorderingOutput
140 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage)
161 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success);
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
H A DLayoutEngine.h77 LEGlyphStorage *fGlyphStorage; member in class:LayoutEngine

Completed in 697 milliseconds