Home
last modified time | relevance | path

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

/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()
3710 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/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/skia/third_party/externals/harfbuzz/docs/
Dharfbuzz-sections.txt611 hb_set_get_empty
/third_party/libabigail/tests/data/test-annotate/
Dtest17-pr19027.so.abi398 <!-- hb_set_get_empty -->
399 …<elf-symbol name='hb_set_get_empty' type='func-type' binding='global-binding' visibility='default-…
31536 <!-- hb_set_t* hb_set_get_empty() -->
31537hb_set_get_empty' mangled-name='hb_set_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest17-pr19027.so.abi206 …<elf-symbol name='hb_set_get_empty' type='func-type' binding='global-binding' visibility='default-…
20172hb_set_get_empty' mangled-name='hb_set_get_empty' filepath='/tmp/legendre/spack-stage/spack-stage-…
/third_party/chromium/patch/
D0001-cve.patch42320 - if (global_closure == hb_set_get_empty ())
42328 - if (local_closures[i] == hb_set_get_empty ())