Searched defs:FT_MEM_SET_ERROR (Results 1 - 1 of 1) sorted by relevance

/external/freetype/include/freetype/internal/
H A Dftmemory.h222 #define FT_MEM_SET_ERROR( cond ) ( (cond), error != 0 ) macro
304 FT_MEM_SET_ERROR( FT_MEM_ALLOC( ptr, size ) )
307 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) )
310 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
313 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
317 FT_MEM_SET_ERROR( FT_MEM_QALLOC( ptr, size ) )
320 FT_MEM_SET_ERROR( FT_MEM_QREALLOC( ptr, cursz, newsz ) )
323 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
326 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
331 #define FT_NEW( ptr ) FT_MEM_SET_ERROR( FT_MEM_NE
[all...]

Completed in 93 milliseconds