Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DMarkRecord.hh8 struct MarkRecord struct
13 HBUINT16 klass; /* Class defined for this mark */
15 markAnchor; /* Offset to Anchor table--from
20 unsigned get_class () const { return (unsigned) klass; } in get_class()
21 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()
27 bool subset (hb_subset_context_t *c, in subset()
39 void collect_variation_indices (hb_collect_variation_indices_context_t *c, in collect_variation_indices()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_gpos.rs1005 pub fn mark_records(&self) -> &'a [MarkRecord] { in mark_records()
1043 pub struct MarkRecord { struct
1050 impl MarkRecord { impl
1070 impl FixedSize for MarkRecord { implementation
1074 impl sealed::Sealed for MarkRecord {} implementation
1077 unsafe impl FromBytes for MarkRecord { implementation
1082 impl<'a> SomeRecord<'a> for MarkRecord { implementation