Searched refs:fGlyphStorage (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/layout/ |
D | LayoutEngine.cpp | 138 …: fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languag… in LayoutEngine() 141 fGlyphStorage = new LEGlyphStorage(); in LayoutEngine() 146 return fGlyphStorage->getGlyphCount(); in getGlyphCount() 151 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices() 156 fGlyphStorage->getCharIndices(charIndices, success); in getCharIndices() 162 fGlyphStorage->getGlyphs(glyphs, extraBits, success); in getGlyphs() 167 fGlyphStorage->getGlyphs(glyphs, success); in getGlyphs() 173 fGlyphStorage->getGlyphPositions(positions, success); in getGlyphPositions() 178 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success); in getGlyphPosition() 456 if (fGlyphStorage->getGlyphCount() > 0) { in layoutChars() [all …]
|
D | KhmerReordering.cpp | 133 LEGlyphStorage &fGlyphStorage; member in KhmerReorderingOutput 138 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage) in KhmerReorderingOutput() 159 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar() 160 …fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success… in writeChar()
|
D | TibetanReordering.cpp | 135 LEGlyphStorage &fGlyphStorage; member in TibetanReorderingOutput 140 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage) in TibetanReorderingOutput() 161 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar() 162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success); in writeChar()
|
D | IndicReordering.cpp | 59 LEGlyphStorage &fGlyphStorage; member in IndicReorderingOutput 134 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage), in IndicReorderingOutput() 166 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar() 167 …fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success… in writeChar()
|
D | LayoutEngine.h | 74 LEGlyphStorage *fGlyphStorage;
|