HomeSort by relevance Sort by last modified time
    Searched refs:fakeGlyphStorage (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
LayoutEngine.cpp 222 LEGlyphStorage fakeGlyphStorage;
224 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
243 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
247 fakeGlyphStorage.allocateAuxData(success);
260 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
261 fakeGlyphStorage.setAuxData(out, canonFeatures, success);
268 outCharCount = canonGSUBTable->process(fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
278 * The char indices array in fakeGlyphStorage has the correct mapping
283 glyphStorage.adoptCharIndicesArray(fakeGlyphStorage);
294 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[i])
    [all...]
OpenTypeLayoutEngine.cpp 400 LEGlyphStorage fakeGlyphStorage;
412 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success);
420 glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
425 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);
433 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success);

Completed in 41 milliseconds