Lines Matching refs:tables
85 unsigned int get_table_count () const { return tables.len; } in get_table_count()
87 { return tables[i]; } in get_table()
94 + tables.sub_array (start_offset, table_count) in get_table_tags()
99 return tables.len; in get_table_tags()
105 return tables.bfind (t, table_index, HB_BFIND_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_table_index()
128 if (unlikely (!tables.serialize (c, items.length))) return_trace (false); in serialize()
134 for (unsigned int i = 0; i < tables.len; i++) in serialize()
136 TableRecord &rec = tables.arrayZ[i]; in serialize()
164 tables.qsort (); in serialize()
175 TableRecord &rec = tables.arrayZ[i]; in serialize()
188 return_trace (c->check_struct (this) && tables.sanitize (c)); in sanitize()
194 tables; member
196 DEFINE_SIZE_ARRAY (12, tables);