Home
last modified time | relevance | path

Searched refs:first_param_id (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-ot-name.c41 hb_ot_name_id_t first_param_id; in test_ot_layout_feature_get_name_ids_and_characters() local
55 &num_named_parameters, &first_param_id)) in test_ot_layout_feature_get_name_ids_and_characters()
62 g_assert_cmpint (first_param_id, ==, 259); in test_ot_layout_feature_get_name_ids_and_characters()
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1199 hb_ot_name_id_t *first_param_id /* OUT. May be NULL */) in hb_ot_layout_feature_get_name_ids() argument
1218 if (first_param_id) *first_param_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
1229 if (first_param_id) *first_param_id = cv_params.firstParamUILabelNameID; in hb_ot_layout_feature_get_name_ids()
1238 if (first_param_id) *first_param_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
Dhb-ot-layout.h383 hb_ot_name_id_t *first_param_id /* OUT. May be NULL */);