Searched defs:EntryExitRecord (Results 1 – 2 of 2) sorted by relevance
10 struct EntryExitRecord struct14 bool sanitize (hb_sanitize_context_t *c, const struct CursivePosFormat1 *base) const in sanitize()20 void collect_variation_indices (hb_collect_variation_indices_context_t *c, in collect_variation_indices()27 bool subset (hb_subset_context_t *c, in subset()42 entryAnchor; /* Offset to EntryAnchor table--from46 exitAnchor; /* Offset to ExitAnchor table--from
2294 pub fn entry_exit_record(&self) -> &'a [EntryExitRecord] { in entry_exit_record()2337 pub struct EntryExitRecord { struct2346 impl EntryExitRecord { implementation2384 impl FixedSize for EntryExitRecord { implementation2388 impl sealed::Sealed for EntryExitRecord {} implementation2391 unsafe impl FromBytes for EntryExitRecord { implementation2396 impl<'a> SomeRecord<'a> for EntryExitRecord { implementation