Home | History | Annotate | Download | only in gxvalid

Lines Matching defs:setting

55     FT_UShort  setting;
169 FT_UShort setting;
172 GXV_NAME_ENTER( "setting" );
176 setting = FT_NEXT_USHORT( p );
178 /* If we have exclusive setting, the setting should be odd. */
179 if ( exclusive && ( setting & 1 ) == 0 )
184 GXV_FEAT_DATA( setting ) = setting;
238 /* If exclusive, check whether default setting is in the range. */
252 if ( (FT_Int)GXV_FEAT_DATA( setting ) <= last_setting )
255 last_setting = (FT_Int)GXV_FEAT_DATA( setting );
256 /* setting + nameIndex */