Home
last modified time | relevance | path

Searched refs:hb_font_get_parent (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c244 return hb_font_get_glyph_contour_point (hb_font_get_parent (font), in contour_point_func2()
454 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
480 g_assert (hb_font_get_parent (font) == hb_font_get_empty ()); in test_font_properties()
482 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
484 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
486 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
489 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
491 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
568 g_assert (hb_font_get_parent (subfont) == font); in test_font_properties()
/external/harfbuzz_ng/src/
Dhb-font.h602 hb_font_get_parent (hb_font_t *font);
Dhb-font.cc1574 hb_font_get_parent (hb_font_t *font) in hb_font_get_parent() function
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt303 hb_font_get_parent
/external/harfbuzz_ng/
DNEWS2079 hb_font_get_parent()