Home
last modified time | relevance | path

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

/external/icu4c/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()
DOpenTypeLayoutEngine.cpp227 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 c… in glyphProcessing() function in OpenTypeLayoutEngine
321 …fakeGlyphCount = glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphSt… in computeGlyphs()
325 …fakeGlyphCount = glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success… in computeGlyphs()
DIndicLayoutEngine.h154 …virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int3…
DOpenTypeLayoutEngine.h305 …virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int3…