Searched refs:LE_SUB_FONT_SHIFT (Results 1 – 1 of 1) sorted by relevance
147 #define LE_SUB_FONT_SHIFT 16 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…