Searched defs:DeltaSetIndexMap (Results 1 – 3 of 3) sorted by relevance
139 struct DeltaSetIndexMap struct142 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()154 uint32_t map (unsigned v) const in map()163 unsigned get_map_count () const in get_map_count()172 unsigned get_width () const in get_width()181 unsigned get_inner_bit_count () const in get_inner_bit_count()190 bool sanitize (hb_sanitize_context_t *c) const in sanitize()201 DeltaSetIndexMap* copy (hb_serialize_context_t *c) const in copy()212 union {216 } u;
194 varIndexMap: Optional[ot.DeltaSetIndexMap] = None,
634 class DeltaSetIndexMap(getFormatSwitchingBaseTableClass("uint8")): class