Searched refs:name_IDs (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 377 static const uint16_t name_IDs[] = { 1, 2, 3, 4, 6 }; in _hb_rename_font() local 380 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size + in _hb_rename_font() 397 name.count.set (ARRAY_LENGTH (name_IDs)); in _hb_rename_font() 399 for (unsigned int i = 0; i < ARRAY_LENGTH (name_IDs); i++) in _hb_rename_font() 405 record.nameID.set (name_IDs[i]); in _hb_rename_font()
|
/external/fonttools/Lib/fontTools/subset/ |
D | __init__.py | 2186 nameIDs = set(options.name_IDs) 2198 if '*' not in options.name_IDs: 2292 …self.name_IDs = [0, 1, 2, 3, 4, 5, 6] # https://github.com/fonttools/fonttools/issues/1170#issueco…
|