Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dfont.rs90 pub fn table_records(&self) -> &'a [TableRecord] { in table_records()
132 pub struct TableRecord { struct
143 impl TableRecord { argument
165 impl FixedSize for TableRecord { implementation
170 impl sealed::Sealed for TableRecord {} implementation
173 unsafe impl FromBytes for TableRecord { implementation
178 impl<'a> SomeRecord<'a> for TableRecord { implementation
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-open-file.hh54 typedef struct TableRecord struct
56 int cmp (Tag t) const { return -t.cmp (tag); } in cmp()
58 HB_INTERNAL static int cmp (const void *pa, const void *pb) in cmp()
65 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
71 Tag tag; /* 4-byte identifier. */
72 CheckSum checkSum; /* CheckSum for this table. */
73 Offset32 offset; /* Offset from beginning of TrueType font
75 HBUINT32 length; /* Length of this table. */