Searched refs:hb_font_get_empty (Results 1 – 6 of 6) sorted by relevance
350 g_assert (hb_font_get_empty ()); in test_font_empty()351 g_assert (hb_font_get_empty () == hb_font_create (hb_face_get_empty ())); in test_font_empty()352 g_assert (hb_font_get_empty () == hb_font_create (NULL)); in test_font_empty()353 g_assert (hb_font_get_empty () == hb_font_create_sub_font (NULL)); in test_font_empty()354 g_assert (hb_font_is_immutable (hb_font_get_empty ())); in test_font_empty()356 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()357 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
858 return hb_font_get_empty (); in hb_font_create()860 return hb_font_get_empty (); in hb_font_create()883 return hb_font_get_empty (); in hb_font_create_sub_font()911 hb_font_get_empty (void) in hb_font_get_empty() function
270 font = hb_font_get_empty (); in hb_buffer_serialize_glyphs()380 font = hb_font_get_empty (); in hb_buffer_deserialize_glyphs()
435 hb_font_get_empty (void);
193 hb_font_get_empty
1000 hb_font_get_empty()