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

  /external/harfbuzz_ng/test/api/
test-font.c 360 g_assert (hb_font_get_empty ());
361 g_assert (hb_font_get_empty () != hb_font_create (hb_face_get_empty ()));
362 g_assert (hb_font_get_empty () != hb_font_create (NULL));
363 g_assert (hb_font_get_empty () != hb_font_create_sub_font (NULL));
364 g_assert (hb_font_is_immutable (hb_font_get_empty ()));
366 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
367 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL);
389 g_assert (hb_font_get_parent (font) == hb_font_get_empty ());
393 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());
398 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());
    [all...]
test-ot-math.c 104 hb_font = hb_font_get_empty ();
    [all...]
  /external/harfbuzz_ng/util/
hb-fc.cc 106 return hb_font_get_empty ();
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 325 font = hb_font_get_empty ();
435 font = hb_font_get_empty ();
hb-font.cc 577 if (parent && parent != hb_font_get_empty () && parent->has_func (i))
1121 return hb_font_get_empty ();
1124 font->parent = hb_font_get_empty ();
1147 parent = hb_font_get_empty ();
1167 * hb_font_get_empty:
1176 hb_font_get_empty (void) function
1349 parent = hb_font_get_empty ();
    [all...]
hb-font.h 533 hb_font_get_empty (void);

Completed in 257 milliseconds