Home
last modified time | relevance | path

Searched refs:entry_score (Results 1 – 4 of 4) sorted by relevance

/third_party/harfbuzz/src/
Dhb-ot-name-table.hh38 #define entry_score var.u16[0] macro
188 if (a->entry_score != b->entry_score) in _hb_ot_name_entry_cmp()
189 return a->entry_score - b->entry_score; in _hb_ot_name_entry_cmp()
296 entry->entry_score = all_names[i].score (); in init()
306 if (this->names[i].entry_score == UNSUPPORTED || in init()
337 *width = entry->entry_score < 10 ? 2 : 1; in get_index()
370 #undef entry_score
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh38 #define entry_score var.u16[0] macro
188 if (a->entry_score != b->entry_score) in _hb_ot_name_entry_cmp()
189 return a->entry_score - b->entry_score; in _hb_ot_name_entry_cmp()
300 entry->entry_score = all_names[i].score (); in init()
310 if (this->names[i].entry_score == UNSUPPORTED || in init()
341 *width = entry->entry_score < 10 ? 2 : 1; in get_index()
374 #undef entry_score
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh38 #define entry_score var.u16[0] macro
158 if (a->entry_score != b->entry_score) in _hb_ot_name_entry_cmp()
159 return a->entry_score < b->entry_score ? -1 : +1; in _hb_ot_name_entry_cmp()
258 entry->entry_score = all_names[i].score (); in init()
268 if (this->names[i].entry_score == UNSUPPORTED || in init()
301 *width = entry->entry_score < 10 ? 2 : 1; in get_index()
/third_party/chromium/patch/
D0001-cve.patch38424 #undef entry_score