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

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc85 unsigned int feature_index,
101 feature_index,
210 unsigned int feature_index[2]; local
221 &feature_index[table_index]);
230 &feature_index[table_index]);
242 map->index[0] = feature_index[0];
243 map->index[1] = feature_index[1];
82 add_lookups(hb_ot_map_t &m, hb_face_t *face, unsigned int table_index, unsigned int feature_index, unsigned int variations_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.cc389 unsigned int *feature_index)
398 if (feature_index) *feature_index = i;
403 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
447 unsigned int *feature_index)
453 feature_index,
467 unsigned int *feature_index,
474 if (feature_index) *feature_index
386 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
443 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
463 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
521 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
552 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
592 _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
665 unsigned int feature_index; local
831 hb_ot_layout_feature_with_variations_get_lookups(hb_face_t *face, hb_tag_t table_tag, unsigned int feature_index, unsigned int variations_index, unsigned int start_offset, unsigned int *lookup_count , unsigned int *lookup_indexes ) argument
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh2282 inline const Feature& get_feature_variation (unsigned int feature_index, argument
2289 feature_index);
2293 return get_feature (feature_index);

Completed in 104 milliseconds