HomeSort by relevance Sort by last modified time
    Searched refs:hb_set_get_empty (Results 1 - 5 of 5) sorted by null

  /external/harfbuzz_ng/src/
hb-set.cc 55 return hb_set_get_empty ();
63 * hb_set_get_empty:
70 hb_set_get_empty () function
hb-set.h 51 hb_set_get_empty (void);
hb-ot-layout-gsubgpos.hh 176 if (output == hb_set_get_empty ())
186 before = input = after = hb_set_get_empty ();
216 before (glyphs_before ? glyphs_before : hb_set_get_empty ()),
217 input (glyphs_input ? glyphs_input : hb_set_get_empty ()),
218 after (glyphs_after ? glyphs_after : hb_set_get_empty ()),
219 output (glyphs_output ? glyphs_output : hb_set_get_empty ()),
    [all...]
hb-subset-cff-common.hh 332 if (global_closure == hb_set_get_empty ())
340 if (local_closures[i] == hb_set_get_empty ())
  /external/harfbuzz_ng/test/api/
test-set.c 374 hb_set_t *b = hb_set_get_empty ();
376 g_assert (hb_set_get_empty ());
377 g_assert (hb_set_get_empty () == b);

Completed in 569 milliseconds