Home
last modified time | relevance | path

Searched defs:EntryExitRecord (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DCursivePosFormat1.hh10 struct EntryExitRecord struct
14 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--from
46 exitAnchor; /* Offset to ExitAnchor table--from
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs2294 pub fn entry_exit_record(&self) -> &'a [EntryExitRecord] { in entry_exit_record()
2337 pub struct EntryExitRecord { struct
2346 impl EntryExitRecord { implementation
2384 impl FixedSize for EntryExitRecord { implementation
2388 impl sealed::Sealed for EntryExitRecord {} implementation
2391 unsafe impl FromBytes for EntryExitRecord { implementation
2396 impl<'a> SomeRecord<'a> for EntryExitRecord { implementation