Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-font.c438 hb_font_t *created_sub_from_null; in test_font_empty() local
448 created_sub_from_null = hb_font_create_sub_font (NULL); in test_font_empty()
449 g_assert (hb_font_get_empty () != created_sub_from_null); in test_font_empty()
456 hb_font_destroy (created_sub_from_null); in test_font_empty()