Searched refs:hb_face_get_empty (Results 1 – 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
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() 467 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() 439 created_from_empty = hb_font_create (hb_face_get_empty ()); in test_font_empty() 450 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()
|
D | test-ot-ligature-carets.c | 149 hb_face_t *face = hb_face_get_empty (); in test_ot_layout_get_ligature_carets_empty()
|
D | test-subset.c | 47 g_assert (subset != hb_face_get_empty ()); in test_subset_32_tables()
|
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()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-face.cc | 128 return hb_face_get_empty (); in hb_face_create_for_tables() 222 return hb_face_get_empty (); in hb_face_create() 244 hb_face_get_empty () in hb_face_get_empty() function 740 if (unlikely (!data)) return hb_face_get_empty (); in hb_face_builder_create()
|
D | hb-face.h | 83 hb_face_get_empty (void);
|
D | hb-shape-plan.cc | 244 face = hb_face_get_empty (); in hb_shape_plan_create2()
|
D | hb-subset.cc | 348 if (unlikely (!input || !source)) return hb_face_get_empty (); in hb_subset_or_fail()
|
D | hb-font.cc | 1503 face = hb_face_get_empty (); in _hb_font_create() 1806 face = hb_face_get_empty (); in hb_font_set_face()
|
/third_party/skia/third_party/externals/harfbuzz/docs/ |
D | harfbuzz-sections.txt | 238 hb_face_get_empty
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 2493 hb_face_get_empty()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 140 <!-- hb_face_get_empty --> 141 …<elf-symbol name='hb_face_get_empty' type='func-type' binding='global-binding' visibility='default… 5130 <!-- hb_face_t* hb_face_get_empty() --> 5131 …hb_face_get_empty' mangled-name='hb_face_get_empty' filepath='/tmp/legendre/spack-stage/spack-stag…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 77 …<elf-symbol name='hb_face_get_empty' type='func-type' binding='global-binding' visibility='default… 3236 …hb_face_get_empty' mangled-name='hb_face_get_empty' filepath='/tmp/legendre/spack-stage/spack-stag…
|