Searched refs:fakeGlyphStorage (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | LayoutEngine.cpp | 224 LEGlyphStorage fakeGlyphStorage; in characterProcessing() local 226 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success); in characterProcessing() 245 … CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage); in characterProcessing() 249 fakeGlyphStorage.allocateAuxData(success); in characterProcessing() 262 fakeGlyphStorage[out] = (LEGlyphID) inChars[i]; in characterProcessing() 263 fakeGlyphStorage.setAuxData(out, canonFeatures, success); in characterProcessing() 270 …outCharCount = canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, l… in characterProcessing() 285 glyphStorage.adoptCharIndicesArray(fakeGlyphStorage); in characterProcessing() 296 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]); in characterProcessing()
|
D | OpenTypeLayoutEngine.cpp | 406 LEGlyphStorage fakeGlyphStorage; in computeGlyphs() local 418 …= characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success); in computeGlyphs() 426 … glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success); in computeGlyphs() 431 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success); in computeGlyphs() 439 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success); in computeGlyphs()
|