Searched defs:DeltaSetIndexMap (Results 1 – 3 of 3) sorted by relevance
36 struct DeltaSetIndexMap struct38 bool sanitize (hb_sanitize_context_t *c) const in sanitize()47 unsigned int map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()76 unsigned int get_width () const { return ((format >> 4) & 3) + 1; } in get_width()78 unsigned int get_inner_bitcount () const { return (format & 0xF) + 1; } in get_inner_bitcount()81 HBUINT16 format; /* A packed field that describes the compressed83 HBUINT16 mapCount; /* The number of mapping entries. */85 mapDataZ; /* The delta-set index mapping data. */
183 struct DeltaSetIndexMap struct186 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()195 uint32_t map (unsigned v) const in map()203 unsigned get_map_count () const in get_map_count()212 unsigned get_width () const in get_width()221 unsigned get_inner_bit_count () const in get_inner_bit_count()230 bool sanitize (hb_sanitize_context_t *c) const in sanitize()241 DeltaSetIndexMap* copy (hb_serialize_context_t *c) const in copy()252 union {256 } u;
36 struct DeltaSetIndexMap struct38 bool sanitize (hb_sanitize_context_t *c) const in sanitize()48 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()79 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map()107 unsigned int get_map_count () const { return mapCount; } in get_map_count()108 unsigned int get_width () const { return ((format >> 4) & 3) + 1; } in get_width()109 unsigned int get_inner_bit_count () const { return (format & 0xF) + 1; } in get_inner_bit_count()112 HBUINT16 format; /* A packed field that describes the compressed114 HBUINT16 mapCount; /* The number of mapping entries. */116 mapDataZ; /* The delta-set index mapping data. */