Searched refs:_sfnt (Results 1 – 2 of 2) sorted by relevance
76 #define GXV_TABLE_DECL( _sfnt ) \ argument77 FT_Byte* volatile _sfnt = NULL; \78 FT_ULong len_ ## _sfnt = 080 #define GXV_TABLE_LOAD( _sfnt ) \ argument81 if ( ( FT_VALIDATE_ ## _sfnt ## _INDEX < table_count ) && \82 ( gx_flags & FT_VALIDATE_ ## _sfnt ) ) \84 error = gxv_load_table( face, TTAG_ ## _sfnt, \85 &_sfnt, &len_ ## _sfnt ); \90 #define GXV_TABLE_VALIDATE( _sfnt ) \ argument91 if ( _sfnt ) \[all …]
7459 * src/gxvalid/gxvmod.c (GXV_TABLE_DECL): Mark local variable `_sfnt'