Home
last modified time | relevance | path

Searched refs:feature_index (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc332 unsigned int *feature_index) in hb_ot_layout_table_find_feature() argument
341 if (feature_index) *feature_index = i; in hb_ot_layout_table_find_feature()
346 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_table_find_feature()
390 unsigned int *feature_index) in hb_ot_layout_language_get_required_feature_index() argument
396 feature_index, in hb_ot_layout_language_get_required_feature_index()
410 unsigned int *feature_index, in hb_ot_layout_language_get_required_feature() argument
417 if (feature_index) *feature_index = index; in hb_ot_layout_language_get_required_feature()
469 unsigned int *feature_index) in hb_ot_layout_language_find_feature() argument
480 if (feature_index) *feature_index = f_index; in hb_ot_layout_language_find_feature()
485 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_language_find_feature()
[all …]
Dhb-ot-map.cc37 unsigned int feature_index, in add_lookups() argument
52 feature_index, in add_lookups()
203 unsigned int feature_index[2]; in compile() local
214 &feature_index[table_index]); in compile()
223 &feature_index[table_index]); in compile()
235 map->index[0] = feature_index[0]; in compile()
236 map->index[1] = feature_index[1]; in compile()
Dhb-ot-layout.h147 unsigned int *feature_index);
154 unsigned int *feature_index,
181 unsigned int *feature_index);
186 unsigned int feature_index,
Dhb-ot-shape-complex-arabic-fallback.hh50 unsigned int feature_index) in arabic_fallback_synthesize_lookup_single() argument
59 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index]; in arabic_fallback_synthesize_lookup_single()
186 unsigned int feature_index) in arabic_fallback_synthesize_lookup() argument
188 if (feature_index < 4) in arabic_fallback_synthesize_lookup()
189 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index); in arabic_fallback_synthesize_lookup()
Dhb-ot-map-private.hh144 unsigned int feature_index,
Dhb-ot-layout-private.hh45 unsigned int *feature_index);