Searched refs:FT_ASSIGNP_INNER (Results 1 – 2 of 2) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 97 #define FT_ASSIGNP_INNER( p, exp ) ( _ft_debug_file = __FILE__, \ macro 104 #define FT_ASSIGNP_INNER( p, exp ) FT_ASSIGNP( p, exp ) macro 152 FT_ASSIGNP_INNER( ptr, ft_mem_alloc( memory, \ 166 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 174 FT_ASSIGNP_INNER( ptr, ft_mem_qalloc( memory, \ 182 FT_ASSIGNP_INNER( ptr, ft_mem_qrealloc( memory, \ 190 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 198 FT_ASSIGNP_INNER( ptr, ft_mem_realloc( memory, \ 206 FT_ASSIGNP_INNER( ptr, ft_mem_qrealloc( memory, \ 214 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
|