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.c440 g_assert (hb_font_get_empty ()); in test_font_empty()
443 g_assert (hb_font_get_empty () != created_from_empty); in test_font_empty()
446 g_assert (hb_font_get_empty () != created_from_null); in test_font_empty()
449 g_assert (hb_font_get_empty () != created_sub_from_null); in test_font_empty()
451 g_assert (hb_font_is_immutable (hb_font_get_empty ())); in test_font_empty()
453 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()
454 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL); in test_font_empty()
480 g_assert (hb_font_get_parent (font) == hb_font_get_empty ()); in test_font_properties()
484 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
489 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty()); in test_font_properties()
[all …]
Dtest-ot-math.c106 hb_font = hb_font_get_empty (); in test_has_data()
/external/harfbuzz_ng/util/
Dhb-fc.cc106 return hb_font_get_empty (); in hb_fc_font_create()
/external/harfbuzz_ng/src/
Dhb-buffer-serialize.cc357 font = hb_font_get_empty (); in hb_buffer_serialize_glyphs()
467 font = hb_font_get_empty (); in hb_buffer_deserialize_glyphs()
Dhb-font.cc1323 return hb_font_get_empty (); in _hb_font_create()
1326 font->parent = hb_font_get_empty (); in _hb_font_create()
1370 parent = hb_font_get_empty (); in hb_font_create_sub_font()
1411 hb_font_get_empty () in hb_font_get_empty() function
1554 parent = hb_font_get_empty (); in hb_font_set_parent()
Dhb-font.h571 hb_font_get_empty (void);
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt268 hb_font_get_empty
/external/harfbuzz_ng/
DNEWS973 (ie. have parent) hb_font_get_empty().
2108 hb_font_get_empty()