Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-font.c39 hb_face_t *created_from_null; in test_face_empty() local
46 created_from_null = hb_face_create (NULL, 0); in test_face_empty()
47 g_assert (hb_face_get_empty () != created_from_null); in test_face_empty()
53 hb_face_destroy (created_from_null); in test_face_empty()
437 hb_font_t *created_from_null; in test_font_empty() local
445 created_from_null = hb_font_create (NULL); in test_font_empty()
446 g_assert (hb_font_get_empty () != created_from_null); in test_font_empty()
457 hb_font_destroy (created_from_null); in test_font_empty()