Searched refs:fakeGlyphStorage (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLayoutEngine.cpp224 LEGlyphStorage fakeGlyphStorage; local
226 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
245 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
249 fakeGlyphStorage.allocateAuxData(success);
262 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
263 fakeGlyphStorage.setAuxData(out, canonFeatures, success);
270 outCharCount = canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, (const GlyphDefinitionTableHeader*)NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
280 * The char indices array in fakeGlyphStorage has the correct mapping
285 glyphStorage.adoptCharIndicesArray(fakeGlyphStorage);
296 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[
[all...]
H A DOpenTypeLayoutEngine.cpp406 LEGlyphStorage fakeGlyphStorage; local
418 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success);
426 glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
431 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);
439 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success);

Completed in 223 milliseconds