Searched defs:newcnt (Results 1 – 1 of 1) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 182 #define FT_MEM_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 192 #define FT_MEM_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz) \ argument 269 #define FT_REALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 282 #define FT_QREALLOC_MULT( ptr, oldcnt, newcnt, itmsz ) \ argument 293 #define FT_RENEW_ARRAY( ptr, curcnt, newcnt ) \ argument 302 #define FT_QRENEW_ARRAY( ptr, curcnt, newcnt ) \ argument
|