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.c234 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()
/external/harfbuzz_ng/src/
Dhb-font.h564 hb_font_get_parent (hb_font_t *font);
Dhb-font.cc1369 hb_font_get_parent (hb_font_t *font) in hb_font_get_parent() function
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt242 hb_font_get_parent
/external/harfbuzz_ng/
DNEWS1446 hb_font_get_parent()