Lines Matching defs:CmapSubtableFormat4
70 struct CmapSubtableFormat4 struct
72 struct accelerator_t
139 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
146 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
168 USHORT format; /* Format number is set to 4. */
169 USHORT length; /* This is the length in bytes of the
171 USHORT languageZ; /* Ignore. */
172 USHORT segCountX2; /* 2 x segCount. */
173 USHORT searchRangeZ; /* 2 * (2**floor(log2(segCount))) */
174 USHORT entrySelectorZ; /* log2(searchRange/2) */
175 USHORT rangeShiftZ; /* 2 x segCount - searchRange */
177 USHORT values[VAR];