Home
last modified time | relevance | path

Searched refs:hb_set_get_empty (Results 1 – 20 of 20) sorted by relevance

/third_party/harfbuzz/src/
Dhb-set.cc57 return hb_set_get_empty (); in hb_set_create()
74 hb_set_get_empty () in hb_set_get_empty() function
Dhb-set.h64 hb_set_get_empty (void);
Dhb-subset-cff-common.hh282 if (global_closure == hb_set_get_empty ()) in init()
290 if (local_closures[i] == hb_set_get_empty ()) in init()
Dhb-ot-layout-gsubgpos.hh313 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/
Dhb-set.cc55 return hb_set_get_empty (); in hb_set_create()
70 hb_set_get_empty () in hb_set_get_empty() function
Dhb-set.h51 hb_set_get_empty (void);
Dhb-ot-layout-gsubgpos.hh176 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()
Dhb-subset-cff-common.hh333 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/
Dhb-set.cc57 return hb_set_get_empty (); in hb_set_create()
74 hb_set_get_empty () in hb_set_get_empty() function
Dhb-set.h64 hb_set_get_empty (void);
Dhb-subset-cff-common.hh285 if (global_closure == hb_set_get_empty ()) in init()
293 if (local_closures[i] == hb_set_get_empty ()) in init()
Dhb-ot-layout-gsubgpos.hh313 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()
Dhb-subset-plan.cc310 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/
Dtest-set.c374 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/
Dtest-set.c454 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/
Dtest-set.c506 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/
Dharfbuzz-sections.txt607 hb_set_get_empty
/third_party/flutter/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt640 hb_set_get_empty
/third_party/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt611 hb_set_get_empty
/third_party/chromium/patch/
D0001-cve.patch42320 - if (global_closure == hb_set_get_empty ())
42328 - if (local_closures[i] == hb_set_get_empty ())