Lines Matching defs:OffsetTable
71 typedef struct OffsetTable struct
75 inline unsigned int get_table_count (void) const in get_table_count()
77 inline const TableRecord& get_table (unsigned int i) const in get_table()
82 inline bool find_table_index (hb_tag_t tag, unsigned int *table_index) const in find_table_index()
98 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const in get_table_by_tag()
106 inline bool sanitize (hb_sanitize_context_t *c) const in sanitize()
113 Tag sfnt_version; /* '\0\001\0\00' if TrueType / 'OTTO' if CFF */
114 USHORT numTables; /* Number of tables. */
115 USHORT searchRangeZ; /* (Maximum power of 2 <= numTables) x 16 */
116 USHORT entrySelectorZ; /* Log2(maximum power of 2 <= numTables). */
117 USHORT rangeShiftZ; /* NumTables x 16-searchRange. */
118 TableRecord tables[VAR]; /* TableRecord entries. numTables items */