Home
last modified time | relevance | path

Searched refs:featureType (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvmort.c45 if ( f->featureType >= gxv_feat_registry_length ) in gxv_mort_feature_validate()
49 f->featureType, f->featureSetting )); in gxv_mort_feature_validate()
52 else if ( !gxv_feat_registry[f->featureType].existence ) in gxv_mort_feature_validate()
56 f->featureType, f->featureSetting )); in gxv_mort_feature_validate()
65 nSettings_max = gxv_feat_registry[f->featureType].nSettings; in gxv_mort_feature_validate()
66 if ( gxv_feat_registry[f->featureType].exclusive ) in gxv_mort_feature_validate()
69 GXV_TRACE(( "featureType %d is registered", f->featureType )); in gxv_mort_feature_validate()
104 f.featureType = FT_NEXT_USHORT( p ); in gxv_mort_featurearray_validate()
A Dgxvmort.h38 FT_UShort featureType; member
48 ( (f).featureType == 0 || \

Completed in 3 milliseconds