Home
last modified time | relevance | path

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

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