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

  /external/icu/icu4c/source/layout/
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.cpp 331 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
426 glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
431 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);

Completed in 778 milliseconds