Lines Matching refs:total
37 unsigned int total = 0; in test_ot_layout_table_get_script_tags() local
43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags()
44 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_script_tags()
58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags()
59 g_assert_cmpuint (1, ==, total); in test_ot_layout_table_get_script_tags()
99 unsigned int total = 0; in test_ot_layout_table_get_feature_tags() local
105 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_feature_tags()
106 g_assert_cmpuint (14, ==, total); in test_ot_layout_table_get_feature_tags()
120 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_feature_tags()
121 g_assert_cmpuint (3, ==, total); in test_ot_layout_table_get_feature_tags()
140 unsigned int total = 0; in test_ot_layout_script_get_language_tags() local
146 total = hb_ot_layout_script_get_language_tags (face, HB_OT_TAG_GSUB, 0, offset, &count, tags); in test_ot_layout_script_get_language_tags()
147 g_assert_cmpuint (2, ==, total); in test_ot_layout_script_get_language_tags()
160 total = hb_ot_layout_script_get_language_tags (face, HB_OT_TAG_GPOS, 1, offset, &count, tags); in test_ot_layout_script_get_language_tags()
161 g_assert_cmpuint (2, ==, total); in test_ot_layout_script_get_language_tags()
179 unsigned int total = 0; in test_ot_layout_language_get_feature_tags() local
185 … total = hb_ot_layout_language_get_feature_tags (face, HB_OT_TAG_GSUB, 0, 0, offset, &count, tags); in test_ot_layout_language_get_feature_tags()
186 g_assert_cmpuint (6, ==, total); in test_ot_layout_language_get_feature_tags()
203 … total = hb_ot_layout_language_get_feature_tags (face, HB_OT_TAG_GPOS, 1, 0, offset, &count, tags); in test_ot_layout_language_get_feature_tags()
204 g_assert_cmpuint (3, ==, total); in test_ot_layout_language_get_feature_tags()