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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp280 LEGlyphStorage fakeGlyphStorage; local
282 fakeGlyphStorage.allocateGlyphArray(count, rightToLeft, success);
301 CanonShaping::reorderMarks(&chars[offset], count, rightToLeft, reordered, fakeGlyphStorage);
305 fakeGlyphStorage.allocateAuxData(success);
318 fakeGlyphStorage[out] = (LEGlyphID) inChars[i];
319 fakeGlyphStorage.setAuxData(out, canonFeatures, success);
326 outCharCount = canonGSUBTable->process(canonGSUBTable, fakeGlyphStorage, rightToLeft, scriptTag, langSysTag, (const GlyphDefinitionTableHeader*)NULL, substitutionFilter, canonFeatureMap, canonFeatureMapCount, FALSE, success);
336 * The char indices array in fakeGlyphStorage has the correct mapping
341 glyphStorage.adoptCharIndicesArray(fakeGlyphStorage);
352 outChars[out] = (LEUnicode) LE_GET_GLYPH(fakeGlyphStorage[
[all...]
H A DOpenTypeLayoutEngine.cpp431 LEGlyphStorage fakeGlyphStorage; local
443 outCharCount = characterProcessing(chars, offset, count, max, rightToLeft, outChars, fakeGlyphStorage, success);
451 glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
456 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);
464 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success);

Completed in 33 milliseconds