Searched refs:fGlyphStorage (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LayoutEngine.cpp | 148 …: fGlyphStorage(NULL), fFontInstance(fontInstance), fScriptCode(scriptCode), fLanguageCode(languag… in LayoutEngine() 155 fGlyphStorage = new LEGlyphStorage(); in LayoutEngine() 156 if (fGlyphStorage == NULL) { in LayoutEngine() 163 return fGlyphStorage->getGlyphCount(); in getGlyphCount() 168 fGlyphStorage->getCharIndices(charIndices, indexBase, success); in getCharIndices() 173 fGlyphStorage->getCharIndices(charIndices, success); in getCharIndices() 179 fGlyphStorage->getGlyphs(glyphs, extraBits, success); in getGlyphs() 184 fGlyphStorage->getGlyphs(glyphs, success); in getGlyphs() 190 fGlyphStorage->getGlyphPositions(positions, success); in getGlyphPositions() 195 fGlyphStorage->getGlyphPosition(glyphIndex, x, y, success); in getGlyphPosition() [all …]
|
D | IndicReordering.cpp | 97 LEGlyphStorage &fGlyphStorage; member in IndicReorderingOutput 177 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage), in IndicReorderingOutput() 212 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar() 213 …fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success… in writeChar() 222 fGlyphStorage.setAuxData( charIndex, charFeatures, success ); in setFeatures() 229 return fGlyphStorage.getAuxData(charIndex,success); in getFeatures() 240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success); in decomposeReorderMatras() 241 le_uint32 saveAuxData = fGlyphStorage.getAuxData(i+inv_count,success); in decomposeReorderMatras() 269 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success); in moveCharacter() 270 saveAuxData = fGlyphStorage.getAuxData(fromPosition,success); in moveCharacter() [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 | LayoutEngine.h | 86 LEGlyphStorage *fGlyphStorage;
|