Lines Matching refs:fakeGlyphStorage
218 LEGlyphStorage fakeGlyphStorage;
220 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
239 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
243 fakeGlyphStorage.allocateAuxData(success);
256 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
257 fakeGlyphStorage.setAuxData(out, canonFeatures, success);
264 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
274 * The char indices array in fakeGlyphStorage has the correct mapping
279 glyphStorage.adoptCharIndicesArray(fakeGlyphStorage);
290 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i]);