/third_party/harfbuzz/test/api/ |
D | test-subset-cff1.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cff1_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_cff1_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_cff1_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_cff1_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1_noop() 43 hb_set_destroy (codepoints); in test_subset_cff1_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cff1() local 59 hb_set_add (codepoints, 'a'); in test_subset_cff1() 60 hb_set_add (codepoints, 'c'); in test_subset_cff1() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1() [all …]
|
D | test-subset-cmap.c | 38 hb_set_t *codepoints = hb_set_create (); in test_subset_cmap() local 40 hb_set_add (codepoints, 97); in test_subset_cmap() 41 hb_set_add (codepoints, 99); in test_subset_cmap() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cmap() 43 hb_set_destroy (codepoints); in test_subset_cmap() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cmap_non_consecutive_glyphs() local 59 hb_set_add (codepoints, 0xD7); in test_subset_cmap_non_consecutive_glyphs() 60 hb_set_add (codepoints, 0xD8); in test_subset_cmap_non_consecutive_glyphs() 61 hb_set_add (codepoints, 0xD9); in test_subset_cmap_non_consecutive_glyphs() 62 hb_set_add (codepoints, 0xDA); in test_subset_cmap_non_consecutive_glyphs() [all …]
|
D | test-subset-hvar.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_map_HVAR_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_map_HVAR_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_map_HVAR_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_map_HVAR_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_map_HVAR_noop() 43 hb_set_destroy (codepoints); in test_subset_map_HVAR_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_map_HVAR() local 59 hb_set_add (codepoints, 'a'); in test_subset_map_HVAR() 60 hb_set_add (codepoints, 'c'); in test_subset_map_HVAR() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_map_HVAR() [all …]
|
D | test-subset-cff2.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cff2_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_cff2_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_cff2_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_cff2_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2_noop() 43 hb_set_destroy (codepoints); in test_subset_cff2_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cff2() local 59 hb_set_add (codepoints, 'a'); in test_subset_cff2() 60 hb_set_add (codepoints, 'c'); in test_subset_cff2() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2() [all …]
|
D | test-collect-unicodes.c | 34 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format4() local 37 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format4() 40 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 42 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 44 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 46 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 48 hb_set_destroy (codepoints); in test_collect_unicodes_format4() 56 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format12_notdef() local 59 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format12_notdef() 62 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef() [all …]
|
D | test-subset-glyf.c | 66 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf() local 68 hb_set_add (codepoints, 97); in test_subset_glyf() 69 hb_set_add (codepoints, 99); in test_subset_glyf() 70 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_glyf() 71 hb_set_destroy (codepoints); in test_subset_glyf() 111 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf_with_components() local 113 hb_set_add (codepoints, 0x1fc); in test_subset_glyf_with_components() 114 …_subset = hb_subset_test_create_subset (face_components, hb_subset_test_create_input (codepoints)); in test_subset_glyf_with_components() 115 hb_set_destroy (codepoints); in test_subset_glyf_with_components() 134 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf_with_gsub() local [all …]
|
D | test-subset-cbdt.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cbdt_noop() local 39 hb_set_add (codepoints, 0x38); in test_subset_cbdt_noop() 40 hb_set_add (codepoints, 0x39); in test_subset_cbdt_noop() 41 hb_set_add (codepoints, 0xAE); in test_subset_cbdt_noop() 42 hb_set_add (codepoints, 0x2049); in test_subset_cbdt_noop() 43 hb_set_add (codepoints, 0x20E3); in test_subset_cbdt_noop() 44 face_subset = hb_subset_test_create_subset (face, hb_subset_test_create_input (codepoints)); in test_subset_cbdt_noop() 45 hb_set_destroy (codepoints); in test_subset_cbdt_noop() 60 hb_set_t *codepoints = hb_set_create (); in test_subset_cbdt_keep_one() local 62 hb_set_add (codepoints, 0x39); in test_subset_cbdt_keep_one() [all …]
|
D | test-subset-hmtx.c | 53 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_simple_subset() local 55 hb_set_add (codepoints, 'a'); in test_subset_hmtx_simple_subset() 56 hb_set_add (codepoints, 'c'); in test_subset_hmtx_simple_subset() 57 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_simple_subset() 58 hb_set_destroy (codepoints); in test_subset_hmtx_simple_subset() 75 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_monospace() local 77 hb_set_add (codepoints, 'a'); in test_subset_hmtx_monospace() 78 hb_set_add (codepoints, 'c'); in test_subset_hmtx_monospace() 79 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_monospace() 80 hb_set_destroy (codepoints); in test_subset_hmtx_monospace() [all …]
|
D | test-subset-colr.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_colr_noop() local 39 hb_set_add (codepoints, '2'); in test_subset_colr_noop() 40 hb_set_add (codepoints, 0x3297); in test_subset_colr_noop() 41 hb_set_add (codepoints, 0x3299); in test_subset_colr_noop() 42 face_subset = hb_subset_test_create_subset (face, hb_subset_test_create_input (codepoints)); in test_subset_colr_noop() 43 hb_set_destroy (codepoints); in test_subset_colr_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_colr_keep_one_colr_glyph() local 59 hb_set_add (codepoints, 0x3297); in test_subset_colr_keep_one_colr_glyph() 60 face_subset = hb_subset_test_create_subset (face, hb_subset_test_create_input (codepoints)); in test_subset_colr_keep_one_colr_glyph() 61 hb_set_destroy (codepoints); in test_subset_colr_keep_one_colr_glyph() [all …]
|
D | test-subset-hdmx.c | 39 hb_set_t *codepoints = hb_set_create (); in test_subset_hdmx_simple_subset() local 41 hb_set_add (codepoints, 'a'); in test_subset_hdmx_simple_subset() 42 hb_set_add (codepoints, 'c'); in test_subset_hdmx_simple_subset() 43 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_simple_subset() 44 hb_set_destroy (codepoints); in test_subset_hdmx_simple_subset() 59 hb_set_t *codepoints = hb_set_create (); in test_subset_hdmx_multiple_device_records() local 61 hb_set_add (codepoints, 'a'); in test_subset_hdmx_multiple_device_records() 62 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_multiple_device_records() 63 hb_set_destroy (codepoints); in test_subset_hdmx_multiple_device_records() 78 hb_set_t *codepoints = hb_subset_input_unicode_set (input); in test_subset_hdmx_invalid() local [all …]
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-cff1.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cff1_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_cff1_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_cff1_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_cff1_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1_noop() 43 hb_set_destroy (codepoints); in test_subset_cff1_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cff1() local 59 hb_set_add (codepoints, 'a'); in test_subset_cff1() 60 hb_set_add (codepoints, 'c'); in test_subset_cff1() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1() [all …]
|
D | test-subset-cff2.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cff2_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_cff2_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_cff2_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_cff2_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2_noop() 43 hb_set_destroy (codepoints); in test_subset_cff2_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cff2() local 59 hb_set_add (codepoints, 'a'); in test_subset_cff2() 60 hb_set_add (codepoints, 'c'); in test_subset_cff2() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2() [all …]
|
D | test-subset-glyf.c | 66 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf() local 68 hb_set_add (codepoints, 97); in test_subset_glyf() 69 hb_set_add (codepoints, 99); in test_subset_glyf() 70 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_glyf() 71 hb_set_destroy (codepoints); in test_subset_glyf() 111 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf_with_components() local 113 hb_set_add (codepoints, 0x1fc); in test_subset_glyf_with_components() 114 …_subset = hb_subset_test_create_subset (face_components, hb_subset_test_create_input (codepoints)); in test_subset_glyf_with_components() 115 hb_set_destroy (codepoints); in test_subset_glyf_with_components() 134 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf_with_gsub() local [all …]
|
D | test-subset-hmtx.c | 53 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_simple_subset() local 55 hb_set_add (codepoints, 'a'); in test_subset_hmtx_simple_subset() 56 hb_set_add (codepoints, 'c'); in test_subset_hmtx_simple_subset() 57 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_simple_subset() 58 hb_set_destroy (codepoints); in test_subset_hmtx_simple_subset() 75 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_monospace() local 77 hb_set_add (codepoints, 'a'); in test_subset_hmtx_monospace() 78 hb_set_add (codepoints, 'c'); in test_subset_hmtx_monospace() 79 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_monospace() 80 hb_set_destroy (codepoints); in test_subset_hmtx_monospace() [all …]
|
D | test-collect-unicodes.c | 34 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format4() local 37 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format4() 40 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 42 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 44 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 46 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 48 hb_set_destroy (codepoints); in test_collect_unicodes_format4() 56 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format12() local 59 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format12() 62 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12() [all …]
|
D | test-subset-cmap.c | 38 hb_set_t *codepoints = hb_set_create (); in test_subset_cmap() local 40 hb_set_add (codepoints, 97); in test_subset_cmap() 41 hb_set_add (codepoints, 99); in test_subset_cmap() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cmap() 43 hb_set_destroy (codepoints); in test_subset_cmap() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cmap_non_consecutive_glyphs() local 59 hb_set_add (codepoints, 0xD7); in test_subset_cmap_non_consecutive_glyphs() 60 hb_set_add (codepoints, 0xD8); in test_subset_cmap_non_consecutive_glyphs() 61 hb_set_add (codepoints, 0xD9); in test_subset_cmap_non_consecutive_glyphs() 62 hb_set_add (codepoints, 0xDA); in test_subset_cmap_non_consecutive_glyphs() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-cff1.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cff1_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_cff1_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_cff1_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_cff1_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1_noop() 43 hb_set_destroy (codepoints); in test_subset_cff1_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cff1() local 59 hb_set_add (codepoints, 'a'); in test_subset_cff1() 60 hb_set_add (codepoints, 'c'); in test_subset_cff1() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff1() [all …]
|
D | test-subset-cmap.c | 38 hb_set_t *codepoints = hb_set_create (); in test_subset_cmap() local 40 hb_set_add (codepoints, 97); in test_subset_cmap() 41 hb_set_add (codepoints, 99); in test_subset_cmap() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cmap() 43 hb_set_destroy (codepoints); in test_subset_cmap() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cmap_non_consecutive_glyphs() local 59 hb_set_add (codepoints, 0xD7); in test_subset_cmap_non_consecutive_glyphs() 60 hb_set_add (codepoints, 0xD8); in test_subset_cmap_non_consecutive_glyphs() 61 hb_set_add (codepoints, 0xD9); in test_subset_cmap_non_consecutive_glyphs() 62 hb_set_add (codepoints, 0xDA); in test_subset_cmap_non_consecutive_glyphs() [all …]
|
D | test-subset-hvar.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_map_HVAR_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_map_HVAR_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_map_HVAR_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_map_HVAR_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_map_HVAR_noop() 43 hb_set_destroy (codepoints); in test_subset_map_HVAR_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_map_HVAR() local 59 hb_set_add (codepoints, 'a'); in test_subset_map_HVAR() 60 hb_set_add (codepoints, 'c'); in test_subset_map_HVAR() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_map_HVAR() [all …]
|
D | test-subset-glyf.c | 66 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf() local 68 hb_set_add (codepoints, 97); in test_subset_glyf() 69 hb_set_add (codepoints, 99); in test_subset_glyf() 70 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_glyf() 71 hb_set_destroy (codepoints); in test_subset_glyf() 88 hb_set_t *codepoints = hb_set_create(); in test_subset_glyf_set_overlaps_flag() local 90 hb_set_add (codepoints, 32); in test_subset_glyf_set_overlaps_flag() 91 hb_set_add (codepoints, 98); in test_subset_glyf_set_overlaps_flag() 92 hb_set_add (codepoints, 508); in test_subset_glyf_set_overlaps_flag() 94 hb_subset_input_t* input = hb_subset_test_create_input (codepoints); in test_subset_glyf_set_overlaps_flag() [all …]
|
D | test-subset-cff2.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cff2_noop() local 39 hb_set_add (codepoints, 'a'); in test_subset_cff2_noop() 40 hb_set_add (codepoints, 'b'); in test_subset_cff2_noop() 41 hb_set_add (codepoints, 'c'); in test_subset_cff2_noop() 42 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2_noop() 43 hb_set_destroy (codepoints); in test_subset_cff2_noop() 57 hb_set_t *codepoints = hb_set_create (); in test_subset_cff2() local 59 hb_set_add (codepoints, 'a'); in test_subset_cff2() 60 hb_set_add (codepoints, 'c'); in test_subset_cff2() 61 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_cff2() [all …]
|
D | test-collect-unicodes.c | 34 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format4() local 37 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format4() 40 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 42 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 44 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 46 g_assert (!hb_set_next (codepoints, &cp)); in test_collect_unicodes_format4() 48 hb_set_destroy (codepoints); in test_collect_unicodes_format4() 56 hb_set_t *codepoints = hb_set_create(); in test_collect_unicodes_format12_notdef() local 59 hb_face_collect_unicodes (face, codepoints); in test_collect_unicodes_format12_notdef() 62 g_assert (hb_set_next (codepoints, &cp)); in test_collect_unicodes_format12_notdef() [all …]
|
D | test-subset-cbdt.c | 37 hb_set_t *codepoints = hb_set_create (); in test_subset_cbdt_noop() local 39 hb_set_add (codepoints, 0x38); in test_subset_cbdt_noop() 40 hb_set_add (codepoints, 0x39); in test_subset_cbdt_noop() 41 hb_set_add (codepoints, 0xAE); in test_subset_cbdt_noop() 42 hb_set_add (codepoints, 0x2049); in test_subset_cbdt_noop() 43 hb_set_add (codepoints, 0x20E3); in test_subset_cbdt_noop() 44 face_subset = hb_subset_test_create_subset (face, hb_subset_test_create_input (codepoints)); in test_subset_cbdt_noop() 45 hb_set_destroy (codepoints); in test_subset_cbdt_noop() 60 hb_set_t *codepoints = hb_set_create (); in test_subset_cbdt_keep_one() local 62 hb_set_add (codepoints, 0x39); in test_subset_cbdt_keep_one() [all …]
|
D | test-subset-hmtx.c | 53 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_simple_subset() local 55 hb_set_add (codepoints, 'a'); in test_subset_hmtx_simple_subset() 56 hb_set_add (codepoints, 'c'); in test_subset_hmtx_simple_subset() 57 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_simple_subset() 58 hb_set_destroy (codepoints); in test_subset_hmtx_simple_subset() 75 hb_set_t *codepoints = hb_set_create (); in test_subset_hmtx_monospace() local 77 hb_set_add (codepoints, 'a'); in test_subset_hmtx_monospace() 78 hb_set_add (codepoints, 'c'); in test_subset_hmtx_monospace() 79 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hmtx_monospace() 80 hb_set_destroy (codepoints); in test_subset_hmtx_monospace() [all …]
|
D | test-subset-hdmx.c | 39 hb_set_t *codepoints = hb_set_create (); in test_subset_hdmx_simple_subset() local 41 hb_set_add (codepoints, 'a'); in test_subset_hdmx_simple_subset() 42 hb_set_add (codepoints, 'c'); in test_subset_hdmx_simple_subset() 43 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_simple_subset() 44 hb_set_destroy (codepoints); in test_subset_hdmx_simple_subset() 59 hb_set_t *codepoints = hb_set_create (); in test_subset_hdmx_multiple_device_records() local 61 hb_set_add (codepoints, 'a'); in test_subset_hdmx_multiple_device_records() 62 …face_abc_subset = hb_subset_test_create_subset (face_abc, hb_subset_test_create_input (codepoints)… in test_subset_hdmx_multiple_device_records() 63 hb_set_destroy (codepoints); in test_subset_hdmx_multiple_device_records() 78 hb_set_t *codepoints = hb_subset_input_unicode_set (input); in test_subset_hdmx_invalid() local [all …]
|