Searched refs:hb_font_get_parent (Results 1 – 5 of 5) sorted by relevance
234 return hb_font_get_glyph_contour_point (hb_font_get_parent (font), in contour_point_func2()367 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()389 g_assert (hb_font_get_parent (font) == hb_font_get_empty ()); in test_font_properties()391 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()393 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()395 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()398 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()400 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()472 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
564 hb_font_get_parent (hb_font_t *font);
1369 hb_font_get_parent (hb_font_t *font) in hb_font_get_parent() function
242 hb_font_get_parent
1446 hb_font_get_parent()