Searched defs:feature_index (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc37 unsigned int feature_index,
52 feature_index,
203 unsigned int feature_index[2]; local
214 &feature_index[table_index]);
223 &feature_index[table_index]);
235 map->index[0] = feature_index[0];
236 map->index[1] = feature_index[1];
35 add_lookups(hb_face_t *face, unsigned int table_index, unsigned int feature_index, hb_mask_t mask, bool auto_zwj) argument
H A Dhb-ot-shape-complex-arabic-fallback.hh50 unsigned int feature_index)
59 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index];
186 unsigned int feature_index)
188 if (feature_index < 4)
189 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
48 arabic_fallback_synthesize_lookup_single(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font, unsigned int feature_index) argument
184 arabic_fallback_synthesize_lookup(const hb_ot_shape_plan_t *plan, hb_font_t *font, unsigned int feature_index) argument
H A Dhb-ot-layout.cc332 unsigned int *feature_index)
341 if (feature_index) *feature_index = i;
346 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
390 unsigned int *feature_index)
396 feature_index,
410 unsigned int *feature_index,
417 if (feature_index) *feature_index
329 hb_ot_layout_table_find_feature(hb_face_t *face, hb_tag_t table_tag, hb_tag_t feature_tag, unsigned int *feature_index) argument
386 hb_ot_layout_language_get_required_feature_index(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index) argument
406 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
464 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
495 hb_ot_layout_feature_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
532 _hb_ot_layout_collect_lookups_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, hb_set_t *lookup_indexes ) argument
605 unsigned int feature_index; local
[all...]

Completed in 57 milliseconds