HomeSort by relevance Sort by last modified time
    Searched refs:_ident (Results 1 - 2 of 2) sorted by null

  /external/freetype/include/freetype/internal/
psaux.h 244 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \
246 _ident, T1CODE, _type, \
254 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \
256 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
263 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
265 _ident, T1CODE, _type, \
274 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
276 _ident, T1CODE, _type, \
285 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \
286 T1_NEW_SIMPLE_FIELD( _ident, T1_FIELD_TYPE_BOOL, _fname, _dict
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.h 407 uint32_t _ident)
409 comment(_comment), ident(_ident) { }

Completed in 105 milliseconds