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