Lines Matching refs:glyphStorage
67 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success) in characterProcessing() argument
85 glyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing()
86 glyphStorage.allocateAuxData(success); in characterProcessing()
93 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, outChars, glyphStorage); in characterProcessing()
98 ArabicShaping::shape(chars, offset, count, max, rightToLeft, glyphStorage); in characterProcessing()
104 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
116 … OpenTypeLayoutEngine::adjustGlyphPositions(chars, offset, count, reverse, glyphStorage, success); in adjustGlyphPositions()
120 adjustMarkGlyphs(glyphStorage, &filter, success); in adjustGlyphPositions()
125 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); in adjustGlyphPositions()
144 …glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &s… in glyphPostProcessing() argument
165 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
167 …peLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStorage, success); in glyphPostProcessing()
174 … le_int32 count, le_bool reverse, le_bool /*mirror*/, LEGlyphStorage &glyphStorage, LEErrorCode &s… in mapCharsToGlyphs() argument
192 glyphStorage.allocateGlyphArray(count, reverse, success); in mapCharsToGlyphs()
195 glyphStorage[out] = (LEGlyphID) chars[offset + i]; in mapCharsToGlyphs()
200 … LEGlyphStorage &glyphStorage, LEErrorCode &success) in adjustGlyphPositions() argument
213 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success); in adjustGlyphPositions()