Lines Matching refs:subset
39 hb_face_t *subset; in test_subset_32_tables() local
45 subset = hb_subset (face, input); in test_subset_32_tables()
46 g_assert (subset); in test_subset_32_tables()
47 g_assert (subset != hb_face_get_empty ()); in test_subset_32_tables()
50 hb_face_destroy (subset); in test_subset_32_tables()
61 hb_face_t *subset; in test_subset_no_inf_loop() local
67 subset = hb_subset (face, input); in test_subset_no_inf_loop()
68 g_assert (subset); in test_subset_no_inf_loop()
69 g_assert (subset == hb_face_get_empty ()); in test_subset_no_inf_loop()
72 hb_face_destroy (subset); in test_subset_no_inf_loop()
83 hb_face_t *subset; in test_subset_crash() local
89 subset = hb_subset (face, input); in test_subset_crash()
90 g_assert (subset); in test_subset_crash()
91 g_assert (subset == hb_face_get_empty ()); in test_subset_crash()
94 hb_face_destroy (subset); in test_subset_crash()