Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh157 { return min_size + count * nameRecordZ.item_size; } in get_size()
166 if (!nameRecordZ[i].sanitize (c, string_pool)) return_trace (false); in sanitize_records()
175 c->check_array (nameRecordZ.arrayZ, count) && in sanitize()
187 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init()
249 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name()
269 nameRecordZ; /* The name records where count is the number of records. */ member
271 DEFINE_SIZE_ARRAY (6, nameRecordZ);
Dhb-uniscribe.cc401 OT::NameRecord &record = name.nameRecordZ[i]; in _hb_rename_font()