Searched refs:FT_ASSIGNP_INNER (Results 1 – 2 of 2) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 106 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \ macro 113 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp ) macro 161 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, \ 175 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 183 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, \ 191 FT_ASSIGNP_INNER( ptr, ft_mem_qrealloc( memory, \ 199 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 207 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 215 FT_ASSIGNP_INNER( ptr, ft_mem_qrealloc( memory, \ 223 FT_ASSIGNP_INNER( ptr, ft_mem_qrealloc( memory, \ [all …]
|
/external/freetype/ |
D | ChangeLog.22 | 122 FT_ASSIGNP_INNER): New macros which do the actual assignment, and
|