Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dpsaux.h244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \ argument
246 _ident, T1CODE, _type, \
254 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \ argument
256 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
265 _ident, T1CODE, _type, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
276 _ident, T1CODE, _type, \
285 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \ argument
286 T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict )
[all …]