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

/external/icu4c/layout/
H A DOpenTypeLayoutEngine.cpp303 le_int32 outCharCount, outGlyphCount, fakeGlyphCount; local
321 fakeGlyphCount = glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
323 //adjustGlyphs(outChars, 0, outCharCount, rightToLeft, fakeGlyphs, fakeGlyphCount);
325 fakeGlyphCount = glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);
326 //adjustGlyphs(chars, offset, count, rightToLeft, fakeGlyphs, fakeGlyphCount);

Completed in 50 milliseconds