Home
last modified time | relevance | path

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

/external/icu4c/layout/
DLayoutEngine.cpp138 …: 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 …]
DKhmerReordering.cpp133 LEGlyphStorage &fGlyphStorage; member in KhmerReorderingOutput
138 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage) in KhmerReorderingOutput()
159 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar()
160fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success… in writeChar()
DTibetanReordering.cpp135 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()
DIndicReordering.cpp59 LEGlyphStorage &fGlyphStorage; member in IndicReorderingOutput
134 : fSyllableCount(0), fOutIndex(0), fOutChars(outChars), fGlyphStorage(glyphStorage), in IndicReorderingOutput()
166 fGlyphStorage.setCharIndex(fOutIndex, charIndex, success); in writeChar()
167fGlyphStorage.setAuxData(fOutIndex, charFeatures | (fSyllableCount & LE_GLYPH_GROUP_MASK), success… in writeChar()
DLayoutEngine.h74 LEGlyphStorage *fGlyphStorage;