Home
last modified time | relevance | path

Searched refs:hb_font_get_parent (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-font.c241 return hb_font_get_glyph_contour_point (hb_font_get_parent (font), in contour_point_func2()
451 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
477 g_assert (hb_font_get_parent (font) == hb_font_get_empty ()); in test_font_properties()
479 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
481 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
483 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
486 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
488 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
565 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-font.h970 hb_font_get_parent (hb_font_t *font);
H A Dhb-font.cc1774 * hb_font_get_parent:
1784 hb_font_get_parent (hb_font_t *font) in hb_font_get_parent() function

Completed in 5 milliseconds