Searched refs:feature_index (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 328 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 …]
|
D | hb-ot-map.cc | 37 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()
|
D | hb-ot-layout.h | 147 unsigned int *feature_index); 154 unsigned int *feature_index, 181 unsigned int *feature_index); 186 unsigned int feature_index,
|
D | hb-ot-shape-complex-arabic-fallback.hh | 50 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()
|
D | hb-ot-map-private.hh | 144 unsigned int feature_index,
|