Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-file.hh55 typedef struct TableRecord struct
61 const TableRecord *a = (const TableRecord *) pa; in cmp()
62 const TableRecord *b = (const TableRecord *) pb; in cmp()
86 const TableRecord& get_table (unsigned int i) const in get_table()
99 const TableRecord *sub_tables = tables.arrayZ + start_offset; in get_table_tags()
112 const TableRecord& get_table_by_tag (hb_tag_t tag) const in get_table_by_tag()
141 TableRecord &rec = tables.arrayZ[i]; in serialize()
178 TableRecord &rec = tables.arrayZ[i]; in serialize()
196 BinSearchArrayOf<TableRecord>
Dhb-uniscribe.cc429 OT::TableRecord &record = const_cast<OT::TableRecord &> (face.get_table (index)); in _hb_rename_font()