Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-font.c350 g_assert (hb_font_get_empty ()); in test_font_empty()
351 g_assert (hb_font_get_empty () == hb_font_create (hb_face_get_empty ())); in test_font_empty()
352 g_assert (hb_font_get_empty () == hb_font_create (NULL)); in test_font_empty()
353 g_assert (hb_font_get_empty () == hb_font_create_sub_font (NULL)); in test_font_empty()
354 g_assert (hb_font_is_immutable (hb_font_get_empty ())); in test_font_empty()
356 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()
357 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
/external/harfbuzz_ng/src/
Dhb-font.cc858 return hb_font_get_empty (); in hb_font_create()
860 return hb_font_get_empty (); in hb_font_create()
883 return hb_font_get_empty (); in hb_font_create_sub_font()
911 hb_font_get_empty (void) in hb_font_get_empty() function
Dhb-buffer-serialize.cc270 font = hb_font_get_empty (); in hb_buffer_serialize_glyphs()
380 font = hb_font_get_empty (); in hb_buffer_deserialize_glyphs()
Dhb-font.h435 hb_font_get_empty (void);
/external/harfbuzz_ng/docs/reference/
Dharfbuzz-sections.txt193 hb_font_get_empty
/external/harfbuzz_ng/
DNEWS1000 hb_font_get_empty()