Searched refs:hb_set_get_empty (Results 1 – 20 of 20) sorted by relevance
/third_party/harfbuzz/src/ |
D | hb-set.cc | 57 return hb_set_get_empty (); in hb_set_create() 74 hb_set_get_empty () in hb_set_get_empty() function
|
D | hb-set.h | 64 hb_set_get_empty (void);
|
D | hb-subset-cff-common.hh | 282 if (global_closure == hb_set_get_empty ()) in init() 290 if (local_closures[i] == hb_set_get_empty ()) in init()
|
D | hb-ot-layout-gsubgpos.hh | 313 if (output == hb_set_get_empty ()) in recurse() 323 before = input = after = hb_set_get_empty (); in recurse() 352 before (glyphs_before ? glyphs_before : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 353 input (glyphs_input ? glyphs_input : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 354 after (glyphs_after ? glyphs_after : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 355 output (glyphs_output ? glyphs_output : hb_set_get_empty ()), in hb_collect_glyphs_context_t()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.cc | 55 return hb_set_get_empty (); in hb_set_create() 70 hb_set_get_empty () in hb_set_get_empty() function
|
D | hb-set.h | 51 hb_set_get_empty (void);
|
D | hb-ot-layout-gsubgpos.hh | 176 if (output == hb_set_get_empty ()) in recurse() 186 before = input = after = hb_set_get_empty (); in recurse() 216 before (glyphs_before ? glyphs_before : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 217 input (glyphs_input ? glyphs_input : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 218 after (glyphs_after ? glyphs_after : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 219 output (glyphs_output ? glyphs_output : hb_set_get_empty ()), in hb_collect_glyphs_context_t()
|
D | hb-subset-cff-common.hh | 333 if (global_closure == hb_set_get_empty ()) in init() 341 if (local_closures[i] == hb_set_get_empty ()) in init()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-set.cc | 57 return hb_set_get_empty (); in hb_set_create() 74 hb_set_get_empty () in hb_set_get_empty() function
|
D | hb-set.h | 64 hb_set_get_empty (void);
|
D | hb-subset-cff-common.hh | 285 if (global_closure == hb_set_get_empty ()) in init() 293 if (local_closures[i] == hb_set_get_empty ()) in init()
|
D | hb-ot-layout-gsubgpos.hh | 313 if (output == hb_set_get_empty ()) in recurse() 323 before = input = after = hb_set_get_empty (); in recurse() 352 before (glyphs_before ? glyphs_before : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 353 input (glyphs_input ? glyphs_input : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 354 after (glyphs_after ? glyphs_after : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 355 output (glyphs_output ? glyphs_output : hb_set_get_empty ()), in hb_collect_glyphs_context_t() 3700 if (unlikely (indices == hb_set_get_empty () || in find_duplicate_features()
|
D | hb-subset-plan.cc | 310 cmap.collect_mapping (hb_set_get_empty (), &unicode_glyphid_map); in _populate_unicodes_to_retain()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-set.c | 374 hb_set_t *b = hb_set_get_empty (); in test_set_empty() 376 g_assert (hb_set_get_empty ()); in test_set_empty() 377 g_assert (hb_set_get_empty () == b); in test_set_empty()
|
/third_party/harfbuzz/test/api/ |
D | test-set.c | 454 hb_set_t *b = hb_set_get_empty (); in test_set_empty() 456 g_assert (hb_set_get_empty ()); in test_set_empty() 457 g_assert (hb_set_get_empty () == b); in test_set_empty()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-set.c | 506 hb_set_t *b = hb_set_get_empty (); in test_set_empty() 508 g_assert (hb_set_get_empty ()); in test_set_empty() 509 g_assert (hb_set_get_empty () == b); in test_set_empty() 957 return hb_set_get_empty (); in prepare_set()
|
/third_party/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 607 hb_set_get_empty
|
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 640 hb_set_get_empty
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 611 hb_set_get_empty
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 42320 - if (global_closure == hb_set_get_empty ()) 42328 - if (local_closures[i] == hb_set_get_empty ())
|