Home | History | Annotate | Download | only in layout

Lines Matching full:glyphstorage

57                     LEGlyphStorage &glyphStorage, LEErrorCode &success)
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
75 IndicReordering::finalReordering(glyphStorage,retCount);
76 IndicReordering::applyPresentationForms(glyphStorage,retCount);
77 OpenTypeLayoutEngine::glyphSubstitution(count,max, rightToLeft, glyphStorage, success);
79 IndicReordering::adjustMPres(fMPreFixups, glyphStorage, success);
88 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
108 glyphStorage.allocateGlyphArray(worstCase, rightToLeft, success);
109 glyphStorage.allocateAuxData(success);
121 outCharCount = IndicReordering::v2process(&chars[offset], count, fScriptCode, outChars, glyphStorage);
123 outCharCount = IndicReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage, &fMPreFixups, success);
131 glyphStorage.adoptGlyphCount(outCharCount);