Searched defs:DeltaSetIndexMapFormat0 (Results 1 – 1 of 1) sorted by relevance
34 struct DeltaSetIndexMapFormat0 struct39 DeltaSetIndexMapFormat0* copy (hb_serialize_context_t *c) const in copy()54 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()85 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()113 unsigned get_map_count () const { return mapCount; } in get_map_count()114 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width()115 unsigned get_inner_bit_count () const { return (entryFormat & 0xF) + 1; } in get_inner_bit_count()118 bool sanitize (hb_sanitize_context_t *c) const in sanitize()128 HBUINT8 format; /* Format identifier--format = 0 */129 HBUINT8 entryFormat; /* A packed field that describes the compressed[all …]