Searched refs:_x1 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | fttypes.h | 488 #define FT_MAKE_TAG( _x1, _x2, _x3, _x4 ) \ argument 489 ( ( FT_STATIC_BYTE_CAST( FT_Tag, _x1 ) << 24 ) | \
|
D | ftimage.h | 699 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) \ argument 700 value = ( ( FT_STATIC_BYTE_CAST( unsigned long, _x1 ) << 24 ) | \
|
/third_party/skia/third_party/externals/freetype/builds/atari/ |
D | ATARI.H | 13 #define FT_IMAGE_TAG( value, _x1, _x2, _x3, _x4 ) value argument
|