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

/external/harfbuzz/src/
H A Dharfbuzz-shaper.cpp1088 HB_UShort feature_index; local
1089 error = HB_GSUB_Select_Feature(face->gsub, features->tag, script_index, 0xffff, &feature_index);
1092 HB_GSUB_Add_Feature(face->gsub, feature_index, features->property);
1114 HB_UShort feature_index; local
1115 HB_GPOS_Select_Feature(face->gpos, r->FeatureTag, script_index, 0xffff, &feature_index);
1125 HB_UShort feature_index; local
1133 error = HB_GPOS_Select_Feature(face->gpos, *feature_tag_list, script_index, 0xffff, &feature_index);
1135 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

Completed in 304 milliseconds