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.h198 #define FT_MEM_SET_ERROR( cond ) ( (cond), error != 0 ) macro
261 FT_MEM_SET_ERROR( FT_MEM_ALLOC( ptr, size ) )
264 FT_MEM_SET_ERROR( FT_MEM_REALLOC( ptr, cursz, newsz ) )
267 FT_MEM_SET_ERROR( FT_MEM_ALLOC_MULT( ptr, count, item_size ) )
270 FT_MEM_SET_ERROR( FT_MEM_REALLOC_MULT( ptr, oldcnt, \
274 FT_MEM_SET_ERROR( FT_MEM_QALLOC( ptr, size ) )
277 FT_MEM_SET_ERROR( FT_MEM_QREALLOC( ptr, cursz, newsz ) )
280 FT_MEM_SET_ERROR( FT_MEM_QALLOC_MULT( ptr, count, item_size ) )
283 FT_MEM_SET_ERROR( FT_MEM_QREALLOC_MULT( ptr, oldcnt, \
288 #define FT_NEW( ptr ) FT_MEM_SET_ERROR( FT_MEM_NEW( ptr ) )
[all …]