Home
last modified time | relevance | path

Searched refs:last_feature (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c289 FT_Int last_feature; in gxv_feat_validate() local
324 for ( last_feature = -1, i = 0; i < featureNameCount; i++ ) in gxv_feat_validate()
328 if ( (FT_Int)GXV_FEAT_DATA( feature ) <= last_feature ) in gxv_feat_validate()
331 last_feature = GXV_FEAT_DATA( feature ); in gxv_feat_validate()
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c289 FT_Int last_feature; in gxv_feat_validate() local
324 for ( last_feature = -1, i = 0; i < featureNameCount; i++ ) in gxv_feat_validate()
328 if ( (FT_Int)GXV_FEAT_DATA( feature ) <= last_feature ) in gxv_feat_validate()
331 last_feature = GXV_FEAT_DATA( feature ); in gxv_feat_validate()
/third_party/freetype/src/gxvalid/
Dgxvfeat.c289 FT_Int last_feature; in gxv_feat_validate() local
324 for ( last_feature = -1, i = 0; i < featureNameCount; i++ ) in gxv_feat_validate()
328 if ( (FT_Int)GXV_FEAT_DATA( feature ) <= last_feature ) in gxv_feat_validate()
331 last_feature = GXV_FEAT_DATA( feature ); in gxv_feat_validate()