Home
last modified time | relevance | path

Searched refs:ApplyCount (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz/src/
Dharfbuzz-open.h121 HB_UShort ApplyCount; /* number of elements in ApplyOrder */ member
Dharfbuzz-gsub.c4222 gsub->FeatureList.ApplyCount == gsub->FeatureList.FeatureCount ) in HB_GSUB_Add_Feature()
4225 gsub->FeatureList.ApplyOrder[gsub->FeatureList.ApplyCount++] = feature_index; in HB_GSUB_Add_Feature()
4255 gsub->FeatureList.ApplyCount = 0; in HB_GSUB_Clear_Features()
4297 num_features = gsub->FeatureList.ApplyCount; in HB_GSUB_Apply_String()
Dharfbuzz-open.c380 fl->ApplyCount = 0; in _HB_OPEN_Load_FeatureList()
Dharfbuzz-gpos.c5965 gpos->FeatureList.ApplyCount == gpos->FeatureList.FeatureCount ) in HB_GPOS_Add_Feature()
5968 gpos->FeatureList.ApplyOrder[gpos->FeatureList.ApplyCount++] = feature_index; in HB_GPOS_Add_Feature()
5998 gpos->FeatureList.ApplyCount = 0; in HB_GPOS_Clear_Features()
6051 num_features = gpos->FeatureList.ApplyCount; in HB_GPOS_Apply_String()