Searched defs:newcnt (Results 1 – 1 of 1) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 170 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 180 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 257 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 270 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 281 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument 290 #define FT_QRENEW_ARRAY( ptr, curcnt, newcnt ) \ argument
|