Home
last modified time | relevance | path

Searched refs:NameRecord (Results 1 – 13 of 13) sorted by relevance

/third_party/harfbuzz/src/
Dhb-ot-name-table.hh50 struct NameRecord struct
100 NameRecord* copy (hb_serialize_context_t *c, const void *base) const in copy() argument
120 const NameRecord *a = (const NameRecord *)pa; in cmp()
121 const NameRecord *b = (const NameRecord *)pb; in cmp()
205 hb_requires (hb_is_source_of (Iterator, const NameRecord &))>
217 NameRecord *name_records = (NameRecord *) calloc (it.len (), NameRecord::static_size); in serialize()
220 hb_array_t<NameRecord> records (name_records, it.len ()); in serialize()
222 for (const NameRecord& record : it) in serialize()
224 memcpy (name_records, &record, NameRecord::static_size); in serialize()
250 | hb_filter (c->plan->name_ids, &NameRecord::nameID) in subset()
[all …]
Dhb-uniscribe.cc388 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font()
409 OT::NameRecord &record = name.nameRecordZ[i]; in _hb_rename_font()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh50 struct NameRecord struct
100 NameRecord* copy (hb_serialize_context_t *c, const void *base) const in copy() argument
120 const NameRecord *a = (const NameRecord *)pa; in cmp()
121 const NameRecord *b = (const NameRecord *)pb; in cmp()
205 hb_requires (hb_is_source_of (Iterator, const NameRecord &))>
217 NameRecord *name_records = (NameRecord *) hb_calloc (it.len (), NameRecord::static_size); in serialize()
220 hb_array_t<NameRecord> records (name_records, it.len ()); in serialize()
222 for (const NameRecord& record : it) in serialize()
224 memcpy (name_records, &record, NameRecord::static_size); in serialize()
250 | hb_filter (c->plan->name_ids, &NameRecord::nameID) in subset()
[all …]
Dhb-uniscribe.cc345 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font()
366 OT::NameRecord &record = name.nameRecordZ[i]; in _hb_rename_font()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh50 struct NameRecord struct
100 NameRecord* copy (hb_serialize_context_t *c, in copy() argument
175 hb_requires (hb_is_source_of (Iterator, const NameRecord &))>
195 | hb_apply ([=] (const NameRecord& _) { c->copy (_, src_string_pool, dst_string_pool); }) in serialize()
214 | hb_filter (c->plan->name_ids, &NameRecord::nameID) in subset()
246 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ, in init()
308 const hb_array_t<const NameRecord> all_names (table->nameRecordZ.arrayZ, table->count); in get_name()
309 const NameRecord &record = all_names[idx]; in get_name()
327 UnsizedArrayOf<NameRecord>
Dhb-uniscribe.cc387 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font()
408 OT::NameRecord &record = name.nameRecordZ[i]; in _hb_rename_font()
/third_party/icu/icu4c/source/test/perf/leperf/
Dsfnt.h428 struct NameRecord struct
439 typedef struct NameRecord NameRecord; argument
447 NameRecord nameRecords[ANY_NUMBER];
DPortableFontInstance.cpp306 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; in getNameString()
339 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; in getUnicodeNameString()
/third_party/icu/icu4c/source/test/letest/
Dsfnt.h424 struct NameRecord struct
435 typedef struct NameRecord NameRecord; argument
443 NameRecord nameRecords[ANY_NUMBER];
DPortableFontInstance.cpp298 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; in getNameString()
331 const NameRecord *nameRecord = &fNAMETable->nameRecords[i]; in getUnicodeNameString()
/third_party/harfbuzz/perf/texts/
Den-words.txt7327 NameRecord
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt7327 NameRecord
/third_party/chromium/patch/
D0001-cve.patch38403 const hb_array_t<const NameRecord> all_names (this->table->nameRecordZ.arrayZ,