OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:glyphProcessing
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/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
325
le_int32 OpenTypeLayoutEngine::
glyphProcessing
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
420
glyphProcessing
(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
425
glyphProcessing
(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);
Completed in 33 milliseconds