Lines Matching defs:DeltaSetIndexMapFormat01
3527 struct DeltaSetIndexMapFormat01 struct
3531 unsigned get_size () const in get_size()
3535 DeltaSetIndexMapFormat01* copy (hb_serialize_context_t *c) const in copy()
3542 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()
3576 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()
3604 unsigned get_map_count () const { return mapCount; } in get_map_count()
3605 unsigned get_width () const { return ((entryFormat >> 4) & 3) + 1; } in get_width()
3606 unsigned get_inner_bit_count () const { return (entryFormat & 0xF) + 1; } in get_inner_bit_count()
3609 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
3620 HBUINT8 format; /* Format identifier--format = 0 */
3621 HBUINT8 entryFormat; /* A packed field that describes the compressed
3623 MapCountT mapCount; /* The number of mapping entries. */
3625 mapDataZ; /* The delta-set index mapping data. */