Searched refs:FT_ASSIGNP (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftmemory.h76 #define FT_ASSIGNP( p, val ) (p) = cplusplus_typeof( (p), (val) ) macro
80 #define FT_ASSIGNP( p, val ) (p) = (val)
97 FT_ASSIGNP( p, exp ) )
102 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp )
/external/freetype/include/internal/
H A Dftmemory.h76 #define FT_ASSIGNP( p, val ) (p) = cplusplus_typeof( (p), (val) ) macro
80 #define FT_ASSIGNP( p, val ) (p) = (val)
97 FT_ASSIGNP( p, exp ) )
102 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp )
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftmemory.h76 #define FT_ASSIGNP( p, val ) (p) = cplusplus_typeof( (p), (val) ) macro
80 #define FT_ASSIGNP( p, val ) (p) = (val)
97 FT_ASSIGNP( p, exp ) )
102 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftmemory.h76 #define FT_ASSIGNP( p, val ) (p) = cplusplus_typeof( (p), (val) ) macro
80 #define FT_ASSIGNP( p, val ) (p) = (val)
97 FT_ASSIGNP( p, exp ) )
102 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp )

Completed in 284 milliseconds