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

  /external/harfbuzz_ng/test/api/
test-font.c 38 g_assert (hb_face_get_empty ());
39 g_assert (hb_face_get_empty () == hb_face_create (hb_blob_get_empty (), 0));
40 g_assert (hb_face_get_empty () == hb_face_create (NULL, 0));
42 g_assert (hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
44 g_assert_cmpint (hb_face_get_upem (hb_face_get_empty ()), ==, 1000);
352 g_assert (hb_font_get_empty () == hb_font_create (hb_face_get_empty ()));
357 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
test-object.c 91 return hb_font_create (hb_face_get_empty ());
  /external/harfbuzz_ng/src/
hb-font.cc 546 return hb_face_get_empty ();
612 return hb_face_get_empty ();
617 return hb_face_get_empty ();
629 hb_face_get_empty (void) function
787 face = hb_face_get_empty ();
hb-shape-plan.cc 98 face = hb_face_get_empty ();
hb-font.h 60 hb_face_get_empty (void);

Completed in 38 milliseconds