Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-font.c374 g_assert (hb_font_get_empty ()); in test_font_empty()
377 g_assert (hb_font_get_empty () != created_from_empty); in test_font_empty()
380 g_assert (hb_font_get_empty () != created_from_null); in test_font_empty()
383 g_assert (hb_font_get_empty () != created_sub_from_null); in test_font_empty()
385 g_assert (hb_font_is_immutable (hb_font_get_empty ())); in test_font_empty()
387 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()
388 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
414 g_assert (hb_font_get_parent (font) == hb_font_get_empty ()); in test_font_properties()
418 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
423 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
[all …]
Dtest-ot-math.c104 hb_font = hb_font_get_empty (); in test_has_data()
/external/harfbuzz_ng/src/
Dhb-font.cc577 if (parent && parent != hb_font_get_empty () && parent->has_func (i)) in has_func()
1121 return hb_font_get_empty (); in hb_font_create()
1124 font->parent = hb_font_get_empty (); in hb_font_create()
1147 parent = hb_font_get_empty (); in hb_font_create_sub_font()
1188 hb_font_get_empty (void) in hb_font_get_empty() function
1362 parent = hb_font_get_empty (); in hb_font_set_parent()
Dhb-buffer-serialize.cc339 font = hb_font_get_empty (); in hb_buffer_serialize_glyphs()
449 font = hb_font_get_empty (); in hb_buffer_deserialize_glyphs()
Dhb-font.h533 hb_font_get_empty (void);
/external/harfbuzz_ng/util/
Dhb-fc.cc106 return hb_font_get_empty (); in hb_fc_font_create()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt217 hb_font_get_empty
/external/harfbuzz_ng/
DNEWS567 (ie. have parent) hb_font_get_empty().
1702 hb_font_get_empty()