Searched defs:EncodingRecord (Results 1 – 3 of 3) sorted by relevance
64 pub fn encoding_records(&self) -> &'a [EncodingRecord] { in encoding_records()103 pub struct EncodingRecord { struct113 impl EncodingRecord { argument140 impl FixedSize for EncodingRecord { implementation145 impl sealed::Sealed for EncodingRecord {} implementation148 unsafe impl FromBytes for EncodingRecord { implementation153 impl<'a> SomeRecord<'a> for EncodingRecord { implementation
1603 struct EncodingRecord struct1605 int cmp (const EncodingRecord &other) const in cmp()1618 bool sanitize (hb_sanitize_context_t *c, const void *base) const in sanitize()1627 EncodingRecord* copy (hb_serialize_context_t *c, in copy()1659 HBUINT16 platformID; /* Platform ID. */1660 HBUINT16 encodingID; /* Platform-specific encoding ID. */1662 subtable; /* Byte offset from beginning of table to the subtable for this encoding. */
222 records: &[EncodingRecord], in get_subtable()