Searched refs:FT_REALLOC (Results 1 – 11 of 11) sorted by relevance
/external/freetype/src/psaux/ |
D | psarrst.c | 113 if ( !FT_REALLOC( arrstack->ptr, arrstack->totalSize, newSize ) ) in cf2_arrstack_setNumElements()
|
/external/freetype/src/type42/ |
D | t42parse.c | 614 if ( FT_REALLOC( string_buf, old_string_size, string_size ) ) in t42_parse_sfnts() 712 if ( FT_REALLOC( face->ttf_data, 12, face->ttf_size ) ) in t42_parse_sfnts() 751 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables, in t42_parse_sfnts()
|
/external/freetype/src/sfnt/ |
D | sfwoff.c | 329 if ( FT_REALLOC( sfnt, in woff_open_font()
|
D | sfwoff2.c | 233 if ( FT_REALLOC( dst, in write_buf() 2258 if ( FT_REALLOC( sfnt, in woff2_open_font()
|
/external/freetype/include/freetype/internal/ |
D | ftmemory.h | 314 #define FT_REALLOC( ptr, cursz, newsz ) \ macro
|
/external/freetype/src/cff/ |
D | cffload.c | 1325 if ( FT_REALLOC( subFont->blend_stack, in cff_blend_doBlend() 1440 if ( FT_REALLOC( blend->BV, in cff_blend_build_vector() 1546 if ( FT_REALLOC( blend->lastNDV, in cff_blend_build_vector()
|
/external/freetype/src/winfonts/ |
D | winfnt.c | 900 if ( FT_REALLOC( font->family_name, in FNT_Face_Init()
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 370 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()
|
/external/freetype/ |
D | ChangeLog.21 | 679 * include/freetype/internal/ftmemory.h (FT_ALLOC, FT_REALLOC, 3830 * src/truetype/ttinterp.c (Update_Max): Use FT_REALLOC. 8941 REALLOC = >FT_REALLOC
|
D | ChangeLog | 1591 [woff2] Avoid too many calls to `FT_REALLOC'.
|
/external/freetype/docs/ |
D | CHANGES | 3658 REALLOC => FT_REALLOC
|