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

  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 93 LEGlyphID subFont = LE_SET_SUB_FONT(0, script);
  /external/icu/icu4c/source/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 33 milliseconds