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

  /external/chromium_org/third_party/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...]
  /external/freetype/include/freetype/internal/
psaux.h 248 #define T1_NEW_SIMPLE_FIELD( _ident, _type, _fname, _dict ) \
250 _ident, T1CODE, _type, \
258 #define T1_NEW_CALLBACK_FIELD( _ident, _reader, _dict ) \
260 _ident, T1CODE, T1_FIELD_TYPE_CALLBACK, \
267 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
269 _ident, T1CODE, _type, \
278 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
280 _ident, T1CODE, _type, \
289 #define T1_FIELD_BOOL( _ident, _fname, _dict ) \
290 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 420 milliseconds