Searched refs:fakeGlyphStorage (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/layout/ |
D | LayoutEngine.cpp | 218 LEGlyphStorage fakeGlyphStorage; in characterProcessing() local 220 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing() 239 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage); in characterProcessing() 243 fakeGlyphStorage.allocateAuxData(success); in characterProcessing() 256 fakeGlyphStorage[out] = (LEGlyphID) inChars[i]; in characterProcessing() 257 fakeGlyphStorage.setAuxData(out, canonFeatures, success); in characterProcessing() 264 …outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL,… in characterProcessing() 279 glyphStorage.adoptCharIndicesArray(fakeGlyphStorage); in characterProcessing() 290 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]); in characterProcessing()
|
D | OpenTypeLayoutEngine.cpp | 302 LEGlyphStorage fakeGlyphStorage; in computeGlyphs() local 314 …= characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success); in computeGlyphs() 321 …= glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success); in computeGlyphs() 325 …fakeGlyphCount = glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success… in computeGlyphs() 333 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success); in computeGlyphs()
|