Searched refs:FT_QREALLOC (Results 1 – 3 of 3) sorted by relevance
76 (void)FT_QREALLOC( target->buffer, target_size, size ); in FT_Bitmap_Copy()425 FT_QREALLOC( target->buffer, in FT_Bitmap_Convert()
486 (void)FT_QREALLOC( *p, current, size ); in FT_QRealloc()
276 #define FT_QREALLOC( ptr, cursz, newsz ) \ macro