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

/external/harfbuzz/src/
H A Dharfbuzz-gpos.h113 HB_UShort* feature_index );
130 HB_UShort feature_index,
H A Dharfbuzz-gsub.h111 HB_UShort* feature_index );
128 HB_UShort feature_index,
H A Dharfbuzz-shaper.cpp1091 HB_UShort feature_index; local
1092 error = HB_GSUB_Select_Feature(face->gsub, features->tag, script_index, 0xffff, &feature_index);
1095 HB_GSUB_Add_Feature(face->gsub, feature_index, features->property);
1120 HB_UShort feature_index; local
1121 HB_GPOS_Select_Feature(face->gpos, r->FeatureTag, script_index, 0xffff, &feature_index);
1131 HB_UShort feature_index; local
1139 error = HB_GPOS_Select_Feature(face->gpos, *feature_tag_list, script_index, 0xffff, &feature_index);
1141 HB_GPOS_Add_Feature(face->gpos, feature_index, PositioningProperties);
H A Dharfbuzz-gsub.c3814 HB_UShort* feature_index )
3829 if ( !gsub || !feature_index )
3863 *feature_index = fi[n];
4208 HB_UShort feature_index,
4221 feature_index >= gsub->FeatureList.FeatureCount ||
4225 gsub->FeatureList.ApplyOrder[gsub->FeatureList.ApplyCount++] = feature_index;
4229 feature = gsub->FeatureList.FeatureRecord[feature_index].Feature;
4301 HB_UShort feature_index = gsub->FeatureList.ApplyOrder[i]; local
4302 HB_Feature feature = gsub->FeatureList.FeatureRecord[feature_index].Feature;
4207 HB_GSUB_Add_Feature( HB_GSUBHeader* gsub, HB_UShort feature_index, HB_UInt property ) argument
H A Dharfbuzz-gpos.c5565 HB_UShort* feature_index )
5580 if ( !gpos || !feature_index )
5614 *feature_index = fi[n];
5951 HB_UShort feature_index,
5964 feature_index >= gpos->FeatureList.FeatureCount ||
5968 gpos->FeatureList.ApplyOrder[gpos->FeatureList.ApplyCount++] = feature_index;
5972 feature = gpos->FeatureList.FeatureRecord[feature_index].Feature;
6062 HB_UShort feature_index = gpos->FeatureList.ApplyOrder[i]; local
6063 HB_Feature feature = gpos->FeatureList.FeatureRecord[feature_index].Feature;
5950 HB_GPOS_Add_Feature( HB_GPOSHeader* gpos, HB_UShort feature_index, HB_UInt property ) argument
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.h113 HB_UShort* feature_index );
130 HB_UShort feature_index,
H A Dharfbuzz-gsub.h111 HB_UShort* feature_index );
128 HB_UShort feature_index,
H A Dharfbuzz-shaper.cpp732 HB_UShort feature_index; local
733 error = HB_GSUB_Select_Feature(face->gsub, features->tag, script_index, 0xffff, &feature_index);
736 HB_GSUB_Add_Feature(face->gsub, feature_index, features->property);
758 HB_UShort feature_index; local
759 HB_GPOS_Select_Feature(face->gpos, r->FeatureTag, script_index, 0xffff, &feature_index);
769 HB_UShort feature_index; local
777 error = HB_GPOS_Select_Feature(face->gpos, *feature_tag_list, script_index, 0xffff, &feature_index);
779 HB_GPOS_Add_Feature(face->gpos, feature_index, PositioningProperties);
H A Dharfbuzz-gsub.c3814 HB_UShort* feature_index )
3829 if ( !gsub || !feature_index )
3863 *feature_index = fi[n];
4208 HB_UShort feature_index,
4221 feature_index >= gsub->FeatureList.FeatureCount ||
4225 gsub->FeatureList.ApplyOrder[gsub->FeatureList.ApplyCount++] = feature_index;
4229 feature = gsub->FeatureList.FeatureRecord[feature_index].Feature;
4301 HB_UShort feature_index = gsub->FeatureList.ApplyOrder[i]; local
4302 HB_Feature feature = gsub->FeatureList.FeatureRecord[feature_index].Feature;
4207 HB_GSUB_Add_Feature( HB_GSUBHeader* gsub, HB_UShort feature_index, HB_UInt property ) argument
H A Dharfbuzz-gpos.c5565 HB_UShort* feature_index )
5580 if ( !gpos || !feature_index )
5614 *feature_index = fi[n];
5951 HB_UShort feature_index,
5964 feature_index >= gpos->FeatureList.FeatureCount ||
5968 gpos->FeatureList.ApplyOrder[gpos->FeatureList.ApplyCount++] = feature_index;
5972 feature = gpos->FeatureList.FeatureRecord[feature_index].Feature;
6062 HB_UShort feature_index = gpos->FeatureList.ApplyOrder[i]; local
6063 HB_Feature feature = gpos->FeatureList.FeatureRecord[feature_index].Feature;
5950 HB_GPOS_Add_Feature( HB_GPOSHeader* gpos, HB_UShort feature_index, HB_UInt property ) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc320 unsigned int *feature_index)
324 if (feature_index) *feature_index = l.get_required_feature_index ();
375 unsigned int *feature_index)
386 if (feature_index) *feature_index = f_index;
391 if (feature_index) *feature_index = HB_OT_LAYOUT_NO_FEATURE_INDEX;
398 unsigned int feature_index,
404 const OT::Feature &f = g.get_feature (feature_index);
316 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
370 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
396 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
410 _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
482 unsigned int feature_index; local
[all...]
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-layout.h146 unsigned int *feature_index);
172 unsigned int *feature_index);
177 unsigned int feature_index,
H A Dhb-ot-map.cc35 unsigned int feature_index,
47 feature_index,
225 unsigned int feature_index[2]; local
232 &feature_index[table_index]);
242 map->index[0] = feature_index[0];
243 map->index[1] = feature_index[1];
33 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-map-private.hh140 unsigned int feature_index,

Completed in 115 milliseconds