Searched refs:feature_index (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.h147 unsigned int *feature_index);
154 unsigned int *feature_index,
181 unsigned int *feature_index);
186 unsigned int feature_index,
H A Dhb-ot-map.cc37 unsigned int feature_index,
52 feature_index,
203 unsigned int feature_index[2]; local
217 &feature_index[table_index]);
228 map->index[0] = feature_index[0];
229 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-layout.cc328 unsigned int *feature_index)
334 feature_index,
343 unsigned int *feature_index,
350 if (feature_index) *feature_index = index;
402 unsigned int *feature_index)
413 if (feature_index) *feature_index = f_index;
418 if (feature_index) *feature_index
324 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
339 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
397 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
423 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
455 _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
528 unsigned int feature_index; local
[all...]
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-map-private.hh144 unsigned int feature_index,
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.h147 unsigned int *feature_index);
154 unsigned int *feature_index,
181 unsigned int *feature_index);
186 unsigned int feature_index,
H A Dhb-ot-shape-complex-arabic-fallback.hh58 unsigned int feature_index)
67 hb_codepoint_t s = shaping_table[u - SHAPING_TABLE_FIRST][feature_index];
188 unsigned int feature_index)
190 if (feature_index < 4)
191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
56 arabic_fallback_synthesize_lookup_single(const hb_ot_shape_plan_t *plan HB_UNUSED, hb_font_t *font, unsigned int feature_index) argument
186 arabic_fallback_synthesize_lookup(const hb_ot_shape_plan_t *plan, hb_font_t *font, unsigned int feature_index) argument
H A Dhb-ot-map.cc37 unsigned int feature_index,
52 feature_index,
203 unsigned int feature_index[2]; local
217 &feature_index[table_index]);
228 map->index[0] = feature_index[0];
229 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-layout.cc328 unsigned int *feature_index)
334 feature_index,
343 unsigned int *feature_index,
350 if (feature_index) *feature_index = index;
402 unsigned int *feature_index)
413 if (feature_index) *feature_index = f_index;
418 if (feature_index) *feature_index
324 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
339 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
397 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
423 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
455 _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
528 unsigned int feature_index; local
[all...]
H A Dhb-ot-map-private.hh144 unsigned int feature_index,
/external/chromium_org/third_party/ots/src/
H A Dlayout.cc70 uint16_t feature_index = 0; local
71 if (!subtable->ReadU16(&feature_index)) {
74 if (feature_index >= num_features) {

Completed in 177 milliseconds