Home | History | Annotate | Download | only in api

Lines Matching refs:hb_font_get_empty

440   g_assert (hb_font_get_empty ());
443 g_assert (hb_font_get_empty () != created_from_empty);
446 g_assert (hb_font_get_empty () != created_from_null);
449 g_assert (hb_font_get_empty () != created_sub_from_null);
451 g_assert (hb_font_is_immutable (hb_font_get_empty ()));
453 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
454 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL);
480 g_assert (hb_font_get_parent (font) == hb_font_get_empty ());
484 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());
489 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());
491 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());