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

/external/icu4c/layout/
H A DIndicLayoutEngine.h32 * and reordering, and the glyphProcessing method to implement post-GSUB processing for
128 * any post GSUB fixups for left matras. It calls OpenTypeLayoutEngine::glyphProcessing
154 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
H A DIndicLayoutEngine.cpp56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, function in class:IndicOpenTypeLayoutEngine
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
H A DOpenTypeLayoutEngine.h305 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
312 * glyph indices used by the glyphProcessing method into "real" glyph
338 * This method applies the characterProcessing, glyphProcessing and glyphPostProcessing
H A DOpenTypeLayoutEngine.cpp227 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, function in class:OpenTypeLayoutEngine
321 fakeGlyphCount = glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
325 fakeGlyphCount = glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);

Completed in 1860 milliseconds