Searched defs:DeltaSetIndexMap (Results 1 – 3 of 3) sorted by relevance
140 struct DeltaSetIndexMap struct143 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()155 uint32_t map (unsigned v) const in map()164 unsigned get_map_count () const in get_map_count()173 unsigned get_width () const in get_width()182 unsigned get_inner_bit_count () const in get_inner_bit_count()191 bool sanitize (hb_sanitize_context_t *c) const in sanitize()202 DeltaSetIndexMap* copy (hb_serialize_context_t *c) const in copy()213 union {217 } u;
193 varIndexMap: Optional[ot.DeltaSetIndexMap] = None,
608 class DeltaSetIndexMap(getFormatSwitchingBaseTableClass("uint8")): class