Searched refs:hb_face_get_empty (Results 1 - 8 of 8) sorted by relevance

/external/harfbuzz_ng/test/api/
H A Dtest-font.c38 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 ());
H A Dtest-object.c91 return hb_font_create (hb_face_get_empty ());
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.cc546 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 ();
H A Dhb-shape-plan.cc98 face = hb_face_get_empty ();
H A Dhb-font.h60 hb_face_get_empty (void);
/external/harfbuzz_ng/src/
H A Dhb-font.cc546 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 ();
H A Dhb-shape-plan.cc98 face = hb_face_get_empty ();
H A Dhb-font.h60 hb_face_get_empty (void);

Completed in 60 milliseconds