Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DIndicLayoutEngine.cpp56 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_in… in glyphProcessing() function in IndicOpenTypeLayoutEngine
68 …le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, … in glyphProcessing()
DIndicLayoutEngine.h154 …virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int3…
DOpenTypeLayoutEngine.cpp331 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 c… in glyphProcessing() function in OpenTypeLayoutEngine
426glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success); in computeGlyphs()
431 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success); in computeGlyphs()
DOpenTypeLayoutEngine.h311 …virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int3…