Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout.cc328 unsigned int *feature_index) in hb_ot_layout_language_get_required_feature_index() argument
334 feature_index, in hb_ot_layout_language_get_required_feature_index()
343 unsigned int *feature_index, in hb_ot_layout_language_get_required_feature() argument
350 if (feature_index) *feature_index = index; in hb_ot_layout_language_get_required_feature()
402 unsigned int *feature_index) in hb_ot_layout_language_find_feature() argument
413 if (feature_index) *feature_index = f_index; in hb_ot_layout_language_find_feature()
418 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX; in hb_ot_layout_language_find_feature()
425 unsigned int feature_index, in hb_ot_layout_feature_get_lookups() argument
431 const OT::Feature &f = g.get_feature (feature_index); in hb_ot_layout_feature_get_lookups()
457 unsigned int feature_index, in _hb_ot_layout_collect_lookups_lookups() argument
[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
217 &feature_index[table_index]); in compile()
228 map->index[0] = feature_index[0]; in compile()
229 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,