Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-ot-name.c39 hb_ot_name_id_t tooltip_id; in test_ot_layout_feature_get_name_ids_and_characters() local
54 &label_id, &tooltip_id, &sample_id, in test_ot_layout_feature_get_name_ids_and_characters()
59 g_assert_cmpint (tooltip_id, ==, 257); in test_ot_layout_feature_get_name_ids_and_characters()
/external/harfbuzz_ng/src/
Dhb-ot-layout.cc1196 hb_ot_name_id_t *tooltip_id, /* OUT. May be NULL */ in hb_ot_layout_feature_get_name_ids() argument
1215 if (tooltip_id) *tooltip_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
1226 if (tooltip_id) *tooltip_id = cv_params.featUITooltipTextNameID; in hb_ot_layout_feature_get_name_ids()
1235 if (tooltip_id) *tooltip_id = HB_OT_NAME_ID_INVALID; in hb_ot_layout_feature_get_name_ids()
Dhb-ot-layout.h380 hb_ot_name_id_t *tooltip_id /* OUT. May be NULL */,