Lines Matching refs:subset
39 hb_face_t *subset; in test_subset_32_tables() local
45 subset = hb_subset_or_fail (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_or_fail (face, input); in test_subset_no_inf_loop()
68 g_assert (!subset); in test_subset_no_inf_loop()
71 hb_face_destroy (subset); in test_subset_no_inf_loop()
82 hb_face_t *subset; in test_subset_crash() local
88 subset = hb_subset_or_fail (face, input); in test_subset_crash()
89 g_assert (!subset); in test_subset_crash()
92 hb_face_destroy (subset); in test_subset_crash()