OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE_SET_SUB_FONT
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.cpp
93
LEGlyphID subFont =
LE_SET_SUB_FONT
(0, script);
/external/icu4c/layout/
LETypes.h
207
#define
LE_SET_SUB_FONT
(gid, font) ((gid & ~LE_SUB_FONT_MASK) | ((font << LE_SUB_FONT_SHIFT) & LE_SUB_FONT_MASK))
Completed in 27 milliseconds