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

  /external/icu4c/layout/
IndicLayoutEngine.h 32 * 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,
IndicLayoutEngine.cpp 56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
68 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
OpenTypeLayoutEngine.h 305 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
OpenTypeLayoutEngine.cpp 227 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
322 glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
327 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);

Completed in 164 milliseconds