Searched defs:DeltaSetIndexMap (Results 1 – 5 of 5) sorted by relevance
383 pub enum DeltaSetIndexMap<'a> { enum388 impl<'a> DeltaSetIndexMap<'a> { implementation415 impl<'a> FontRead<'a> for DeltaSetIndexMap<'a> { implementation427 impl<'a> DeltaSetIndexMap<'a> { implementation437 impl<'a> std::fmt::Debug for DeltaSetIndexMap<'a> { implementation444 impl<'a> SomeTable<'a> for DeltaSetIndexMap<'a> { implementation
516 impl<'a> DeltaSetIndexMap<'a> { impl756 dsim: Option<Result<DeltaSetIndexMap, ReadError>>, in advance_delta()773 dsim: Option<Result<DeltaSetIndexMap, ReadError>>, in item_delta()
3631 struct DeltaSetIndexMap struct3634 bool serialize (hb_serialize_context_t *c, const T &plan) in serialize()3646 uint32_t map (unsigned v) const in map()3655 unsigned get_map_count () const in get_map_count()3664 unsigned get_width () const in get_width()3673 unsigned get_inner_bit_count () const in get_inner_bit_count()3682 bool sanitize (hb_sanitize_context_t *c) const in sanitize()3694 DeltaSetIndexMap* copy (hb_serialize_context_t *c) const in copy()3705 union {3709 } u;
194 varIndexMap: Optional[ot.DeltaSetIndexMap] = None,
634 class DeltaSetIndexMap(getFormatSwitchingBaseTableClass("uint8")): class