Searched refs:hb_face_get_empty (Results 1 – 16 of 16) sorted by relevance
/external/harfbuzz_ng/test/api/ |
D | test-subset.c | 47 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()
|
D | test-ot-color.c | 132 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()
|
D | test-font.c | 41 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()
|
D | test-subset-hdmx.c | 87 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()
|
D | test-ot-face.c | 110 test_face (hb_face_get_empty (), 0); in test_ot_face_empty()
|
D | test-subset-hmtx.c | 167 g_assert (subset == hb_face_get_empty ()); in test_subset_invalid_hmtx()
|
D | test-subset-glyf.c | 254 g_assert (face_subset == hb_face_get_empty ()); in test_subset_glyf_strip_hints_invalid()
|
D | test-object.c | 91 return hb_font_create (hb_face_get_empty ()); in create_font_from_inert()
|
D | test-ot-math.c | 100 hb_face = hb_face_get_empty (); in test_has_data()
|
/external/harfbuzz_ng/src/ |
D | hb-face.cc | 119 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()
|
D | hb-subset.cc | 267 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()
|
D | hb-face.h | 64 hb_face_get_empty (void);
|
D | hb-shape-plan.cc | 214 face = hb_face_get_empty (); in hb_shape_plan_create2()
|
D | hb-font.cc | 1321 face = hb_face_get_empty (); in _hb_font_create() 1596 face = hb_face_get_empty (); in hb_font_set_face()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 218 hb_face_get_empty
|
/external/harfbuzz_ng/ |
D | NEWS | 2107 hb_face_get_empty()
|