HomeSort by relevance Sort by last modified time
    Searched full:_fname (Results 1 - 1 of 1) sorted by null

  /external/freetype/include/freetype/internal/
psaux.h 244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \
248 FT_FIELD_OFFSET( _fname ), \
249 FT_FIELD_SIZE( _fname ), \
263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
267 FT_FIELD_OFFSET( _fname ), \
268 FT_FIELD_SIZE_DELTA( _fname ), \
270 FT_FIELD_OFFSET( num_ ## _fname ), \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
278 FT_FIELD_OFFSET( _fname ), \
279 FT_FIELD_SIZE_DELTA( _fname ), \
    [all...]

Completed in 4589 milliseconds