Home
last modified time | relevance | path

Searched defs:CmapSubtableFormat4 (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh69 struct CmapSubtableFormat4 struct
71 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph()
128 inline bool sanitize (hb_sanitize_context_t *c) in sanitize()
150 USHORT format; /* Format number is set to 4. */
151 USHORT length; /* This is the length in bytes of the
153 USHORT languageZ; /* Ignore. */
154 USHORT segCountX2; /* 2 x segCount. */
155 USHORT searchRangeZ; /* 2 * (2**floor(log2(segCount))) */
156 USHORT entrySelectorZ; /* log2(searchRange/2) */
157 USHORT rangeShiftZ; /* 2 x segCount - searchRange */
[all …]