Home
last modified time | relevance | path

Searched refs:FT_MEM_SET_ERROR (Results 1 – 1 of 1) sorted by relevance

/external/freetype/include/freetype/internal/
Dftmemory.h186 #define FT_MEM_SET_ERROR( cond ) ( (cond), error != 0 ) macro
249 FT_MEM_SET_ERROR( FT_MEM_ALLOC( ptr, size ) )
252 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) )
255 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
258 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
262 FT_MEM_SET_ERROR( FT_MEM_QALLOC( ptr, size ) )
265 FT_MEM_SET_ERROR( FT_MEM_QREALLOC( ptr, cursz, newsz ) )
268 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
271 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
276 #define FT_NEW( ptr ) FT_MEM_SET_ERROR( FT_MEM_NEW( ptr ) )
[all …]