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

/external/harfbuzz_ng/src/
H A Dhb-open-file-private.hh54 typedef struct TableRecord struct in namespace:OT
77 inline const TableRecord& get_table (unsigned int i) const
79 if (unlikely (i >= numTables)) return Null(TableRecord);
98 inline const TableRecord& get_table_by_tag (hb_tag_t tag) const
109 return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
118 TableRecord tables[VAR]; /* TableRecord entries. numTables items */

Completed in 75 milliseconds