Searched refs:LE_SUB_FONT_MASK (Results 1 – 1 of 1) sorted by relevance
138 #define LE_SUB_FONT_MASK 0x00FF0000 macro182 #define LE_GET_SUB_FONT(gid) ((gid & LE_SUB_FONT_MASK) >> LE_SUB_FONT_SHIFT)207 …define LE_SET_SUB_FONT(gid, font) ((gid & ~LE_SUB_FONT_MASK) | ((font << LE_SUB_FONT_SHIFT) & LE_S…