Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-subset.c47 g_assert (subset != hb_face_get_empty ()); in test_subset_32_tables()
69 g_assert (subset == hb_face_get_empty ()); in test_subset_no_inf_loop()
91 g_assert (subset == hb_face_get_empty ()); in test_subset_crash()
Dtest-ot-color.c132 g_assert_cmpint (hb_ot_color_palette_get_count (hb_face_get_empty()), ==, 0); in test_hb_ot_color_palette_get_count()
142 …g_assert_cmpint (hb_ot_color_palette_get_name_id (hb_face_get_empty(), 0), ==, HB_OT_NAME_ID_INVAL… in test_hb_ot_color_palette_get_name_id_empty()
143 …g_assert_cmpint (hb_ot_color_palette_get_name_id (hb_face_get_empty(), 1), ==, HB_OT_NAME_ID_INVAL… in test_hb_ot_color_palette_get_name_id_empty()
174 …g_assert_cmpint (hb_ot_color_palette_get_flags (hb_face_get_empty(), 0), ==, HB_OT_COLOR_PALETTE_F… in test_hb_ot_color_palette_get_flags_empty()
175 …g_assert_cmpint (hb_ot_color_palette_get_flags (hb_face_get_empty(), 1), ==, HB_OT_COLOR_PALETTE_F… in test_hb_ot_color_palette_get_flags_empty()
465 empty = hb_face_get_empty (); in main()
Dtest-font.c41 g_assert (hb_face_get_empty ()); in test_face_empty()
44 g_assert (hb_face_get_empty () != created_from_empty); in test_face_empty()
47 g_assert (hb_face_get_empty () != created_from_null); in test_face_empty()
49 …g_assert (hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_… in test_face_empty()
51 g_assert_cmpint (hb_face_get_upem (hb_face_get_empty ()), ==, 1000); in test_face_empty()
442 created_from_empty = hb_font_create (hb_face_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()
Dtest-subset-hdmx.c87 g_assert (subset == hb_face_get_empty ()); in test_subset_hdmx_invalid()
109 g_assert (subset == hb_face_get_empty ()); in test_subset_hdmx_fails_sanitize()
Dtest-ot-face.c110 test_face (hb_face_get_empty (), 0); in test_ot_face_empty()
Dtest-subset-hmtx.c167 g_assert (subset == hb_face_get_empty ()); in test_subset_invalid_hmtx()
Dtest-subset-glyf.c254 g_assert (face_subset == hb_face_get_empty ()); in test_subset_glyf_strip_hints_invalid()
Dtest-object.c91 return hb_font_create (hb_face_get_empty ()); in create_font_from_inert()
Dtest-ot-math.c100 hb_face = hb_face_get_empty (); in test_has_data()
/external/harfbuzz_ng/src/
Dhb-face.cc119 return hb_face_get_empty (); in hb_face_create_for_tables()
206 return hb_face_get_empty (); in hb_face_create()
227 hb_face_get_empty () in hb_face_get_empty() function
695 if (unlikely (!data)) return hb_face_get_empty (); in hb_face_builder_create()
Dhb-subset.cc267 if (unlikely (!input || !source)) return hb_face_get_empty (); in hb_subset()
290 hb_face_t *result = success ? hb_face_reference (plan->dest) : hb_face_get_empty (); in hb_subset()
Dhb-face.h64 hb_face_get_empty (void);
Dhb-shape-plan.cc214 face = hb_face_get_empty (); in hb_shape_plan_create2()
Dhb-font.cc1321 face = hb_face_get_empty (); in _hb_font_create()
1596 face = hb_face_get_empty (); in hb_font_set_face()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt218 hb_face_get_empty
/external/harfbuzz_ng/
DNEWS2107 hb_face_get_empty()