Home
last modified time | relevance | path

Searched refs:name_id (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc41 int32_t name_id) in NameEntryId() argument
45 name_id_(name_id) { in NameEntryId()
87 name_entry_id.name_id(), in NameEntry()
94 int32_t name_id, in NameEntry() argument
96 Init(platform_id, encoding_id, language_id, name_id, &name_bytes); in NameEntry()
123 int32_t name_id, in Init() argument
125 name_entry_id_ = NameEntryId(platform_id, encoding_id, language_id, name_id); in Init()
145 name_entry_id.name_id(), in NameEntryBuilder()
154 name_entry_id.name_id(), in NameEntryBuilder()
162 b->name_id(), in NameEntryBuilder()
[all …]
Dname_table.h419 int32_t name_id);
427 int32_t name_id() const { return name_id_; } in name_id() function
453 int32_t name_id,
461 int32_t name_id() const { return name_entry_id_.name_id(); } in name_id() function
480 int32_t name_id, const std::vector<uint8_t>* name_bytes);
513 int32_t name_id, const std::vector<uint8_t>* name_bytes);
527 int32_t name_id) = 0;
538 int32_t name_id);
545 int32_t name_id);
598 int32_t name_id);
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc41 int32_t name_id) in NameEntryId() argument
45 name_id_(name_id) { in NameEntryId()
87 name_entry_id.name_id(), in NameEntry()
94 int32_t name_id, in NameEntry() argument
96 Init(platform_id, encoding_id, language_id, name_id, &name_bytes); in NameEntry()
123 int32_t name_id, in Init() argument
125 name_entry_id_ = NameEntryId(platform_id, encoding_id, language_id, name_id); in Init()
145 name_entry_id.name_id(), in NameEntryBuilder()
154 name_entry_id.name_id(), in NameEntryBuilder()
162 b->name_id(), in NameEntryBuilder()
[all …]
Dname_table.h419 int32_t name_id);
427 int32_t name_id() const { return name_id_; } in name_id() function
453 int32_t name_id,
461 int32_t name_id() const { return name_entry_id_.name_id(); } in name_id() function
480 int32_t name_id, const std::vector<uint8_t>* name_bytes);
513 int32_t name_id, const std::vector<uint8_t>* name_bytes);
527 int32_t name_id) = 0;
538 int32_t name_id);
545 int32_t name_id);
598 int32_t name_id);
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name.cc116 hb_ot_name_id_t name_id, in hb_ot_name_get_utf() argument
127 int idx = name.get_index (name_id, language, &width); in hb_ot_name_get_utf()
167 hb_ot_name_id_t name_id, in hb_ot_name_get_utf8() argument
172 return hb_ot_name_get_utf<hb_utf8_t> (face, name_id, language, text_size, in hb_ot_name_get_utf8()
195 hb_ot_name_id_t name_id, in hb_ot_name_get_utf16() argument
200 return hb_ot_name_get_utf<hb_utf16_t> (face, name_id, language, text_size, text); in hb_ot_name_get_utf16()
222 hb_ot_name_id_t name_id, in hb_ot_name_get_utf32() argument
227 return hb_ot_name_get_utf<hb_utf32_t> (face, name_id, language, text_size, text); in hb_ot_name_get_utf32()
Dhb-ot-name.h122 hb_ot_name_id_t name_id; member
136 hb_ot_name_id_t name_id,
143 hb_ot_name_id_t name_id,
150 hb_ot_name_id_t name_id,
Dhb-ot-name-table.hh166 if (a->name_id != b->name_id) in _hb_ot_name_entry_cmp_key()
167 return a->name_id - b->name_id; in _hb_ot_name_entry_cmp_key()
298 entry->name_id = all_names[i].nameID; in init()
314 this->names[i - 1].name_id == this->names[i].name_id && in init()
328 int get_index (hb_ot_name_id_t name_id, in get_index()
332 const hb_ot_name_entry_t key = {name_id, {0}, language}; in get_index()
Dtest-ot-name.cc56 entries[i].name_id, in main()
62 entries[i].name_id, in main()
/third_party/harfbuzz/src/
Dhb-ot-name.cc116 hb_ot_name_id_t name_id, in hb_ot_name_get_utf() argument
127 int idx = name.get_index (name_id, language, &width); in hb_ot_name_get_utf()
166 hb_ot_name_id_t name_id, in hb_ot_name_get_utf8() argument
171 return hb_ot_name_get_utf<hb_utf8_t> (face, name_id, language, text_size, in hb_ot_name_get_utf8()
193 hb_ot_name_id_t name_id, in hb_ot_name_get_utf16() argument
198 return hb_ot_name_get_utf<hb_utf16_t> (face, name_id, language, text_size, text); in hb_ot_name_get_utf16()
219 hb_ot_name_id_t name_id, in hb_ot_name_get_utf32() argument
224 return hb_ot_name_get_utf<hb_utf32_t> (face, name_id, language, text_size, text); in hb_ot_name_get_utf32()
Dhb-ot-name.h92 hb_ot_name_id_t name_id; member
106 hb_ot_name_id_t name_id,
113 hb_ot_name_id_t name_id,
120 hb_ot_name_id_t name_id,
Dhb-ot-name-table.hh166 if (a->name_id != b->name_id) in _hb_ot_name_entry_cmp_key()
167 return a->name_id - b->name_id; in _hb_ot_name_entry_cmp_key()
294 entry->name_id = all_names[i].nameID; in init()
310 this->names[i - 1].name_id == this->names[i].name_id && in init()
324 int get_index (hb_ot_name_id_t name_id, in get_index()
328 const hb_ot_name_entry_t key = {name_id, {0}, language}; in get_index()
Dtest-ot-name.cc55 entries[i].name_id, in main()
61 entries[i].name_id, in main()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name.cc120 hb_ot_name_id_t name_id, in hb_ot_name_get_utf() argument
131 int idx = name.get_index (name_id, language, &width); in hb_ot_name_get_utf()
170 hb_ot_name_id_t name_id, in hb_ot_name_get_utf8() argument
180 return hb_ot_name_get_utf<hb_utf8_t> (face, name_id, language, text_size, in hb_ot_name_get_utf8()
202 hb_ot_name_id_t name_id, in hb_ot_name_get_utf16() argument
212 return hb_ot_name_get_utf<hb_utf16_t> (face, name_id, language, text_size, text); in hb_ot_name_get_utf16()
233 hb_ot_name_id_t name_id, in hb_ot_name_get_utf32() argument
243 return hb_ot_name_get_utf<hb_utf32_t> (face, name_id, language, text_size, text); in hb_ot_name_get_utf32()
Dhb-ot-name.h93 hb_ot_name_id_t name_id; member
107 hb_ot_name_id_t name_id,
114 hb_ot_name_id_t name_id,
121 hb_ot_name_id_t name_id,
Dhb-ot-name-table.hh136 if (a->name_id != b->name_id) in _hb_ot_name_entry_cmp_key()
137 return a->name_id < b->name_id ? -1 : +1; in _hb_ot_name_entry_cmp_key()
256 entry->name_id = all_names[i].nameID; in init()
272 this->names[i - 1].name_id == this->names[i].name_id && in init()
286 int get_index (hb_ot_name_id_t name_id, in get_index()
290 const hb_ot_name_entry_t key = {name_id, {0}, language}; in get_index()
Dtest-ot-name.cc52 entries[i].name_id, in main()
58 entries[i].name_id, in main()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c78 hb_ot_name_id_t name_id; in test_ot_name() local
84 name_id = entries[3].name_id; in test_ot_name()
85 g_assert_cmpuint (3, ==, name_id); in test_ot_name()
88 g_assert_cmpuint (27, ==, hb_ot_name_get_utf8 (face, name_id, lang, &text_size, text)); in test_ot_name()
Dtest-aat-layout.c67 g_assert_cmpuint (294, ==, settings[0].name_id); in test_aat_get_feature_selectors()
70 g_assert_cmpuint (295, ==, settings[1].name_id); in test_aat_get_feature_selectors()
73 g_assert_cmpuint (296, ==, settings[2].name_id); in test_aat_get_feature_selectors()
84 g_assert_cmpuint (297, ==, settings[0].name_id); in test_aat_get_feature_selectors()
95 g_assert_cmpuint (308, ==, settings[0].name_id); in test_aat_get_feature_selectors()
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-name.c87 hb_ot_name_id_t name_id; in test_ot_name() local
93 name_id = entries[3].name_id; in test_ot_name()
94 g_assert_cmpuint (3, ==, name_id); in test_ot_name()
97 g_assert_cmpuint (27, ==, hb_ot_name_get_utf8 (face, name_id, lang, &text_size, text)); in test_ot_name()
Dtest-aat-layout.c67 g_assert_cmpuint (294, ==, settings[0].name_id); in test_aat_get_feature_selectors()
70 g_assert_cmpuint (295, ==, settings[1].name_id); in test_aat_get_feature_selectors()
73 g_assert_cmpuint (296, ==, settings[2].name_id); in test_aat_get_feature_selectors()
84 g_assert_cmpuint (297, ==, settings[0].name_id); in test_aat_get_feature_selectors()
95 g_assert_cmpuint (308, ==, settings[0].name_id); in test_aat_get_feature_selectors()
/third_party/harfbuzz/test/api/
Dtest-ot-name.c87 hb_ot_name_id_t name_id; in test_ot_name() local
93 name_id = entries[3].name_id; in test_ot_name()
94 g_assert_cmpuint (3, ==, name_id); in test_ot_name()
97 g_assert_cmpuint (27, ==, hb_ot_name_get_utf8 (face, name_id, lang, &text_size, text)); in test_ot_name()
Dtest-aat-layout.c67 g_assert_cmpuint (294, ==, settings[0].name_id); in test_aat_get_feature_selectors()
70 g_assert_cmpuint (295, ==, settings[1].name_id); in test_aat_get_feature_selectors()
73 g_assert_cmpuint (296, ==, settings[2].name_id); in test_aat_get_feature_selectors()
84 g_assert_cmpuint (297, ==, settings[0].name_id); in test_aat_get_feature_selectors()
95 g_assert_cmpuint (308, ==, settings[0].name_id); in test_aat_get_feature_selectors()
/third_party/ffmpeg/libavformat/
Dhlsplaylist.c41 int name_id, int is_default) in ff_hls_write_audio_rendition() argument
47 avio_printf(out, ",NAME=\"audio_%d\",DEFAULT=%s,", name_id, is_default ? "YES" : "NO"); in ff_hls_write_audio_rendition()
56 int name_id, int is_default) in ff_hls_write_subtitle_rendition() argument
62 avio_printf(out, ",NAME=\"subtitle_%d\",DEFAULT=%s,", name_id, is_default ? "YES" : "NO"); in ff_hls_write_subtitle_rendition()
Dhlsplaylist.h42 int name_id, int is_default);
45 int name_id, int is_default);
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc55 void ConstructName(UChar* name_part, UnicodeString* name, int32_t name_id) { in ConstructName() argument
56 switch (name_id) { in ConstructName()
81 int32_t name_id) { in HashCode() argument
83 if (name_id == NameId::kFullFontName) { in HashCode()
85 } else if (name_id == NameId::kPreferredFamily || in HashCode()
86 name_id == NameId::kPreferredSubfamily) { in HashCode()
88 } else if (name_id == NameId::kWWSFamilyName || in HashCode()
89 name_id == NameId::kWWSSubfamilyName) { in HashCode()

123