Searched refs:_fname (Results 1 – 1 of 1) sorted by relevance
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | psaux.h | 278 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument 282 FT_FIELD_OFFSET( _fname ), \ 283 FT_FIELD_SIZE( _fname ), \ 297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument 301 FT_FIELD_OFFSET( _fname ), \ 302 FT_FIELD_SIZE_DELTA( _fname ), \ 304 FT_FIELD_OFFSET( num_ ## _fname ), \ 308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument 312 FT_FIELD_OFFSET( _fname ), \ 313 FT_FIELD_SIZE_DELTA( _fname ), \ [all …]
|