Searched refs:FT_REALLOC (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cf2arrst.c | 113 if ( !FT_REALLOC( arrstack->ptr, arrstack->totalSize, newSize ) ) in cf2_arrstack_setNumElements()
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 583 if ( FT_REALLOC( string_buf, old_string_size, string_size ) ) in t42_parse_sfnts() 664 if ( FT_REALLOC( face->ttf_data, 12, ttf_size ) ) in t42_parse_sfnts() 697 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables, in t42_parse_sfnts()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 291 #define FT_REALLOC( ptr, cursz, newsz ) \ macro
|
/AliOS-Things-master/components/freetype/src/winfonts/ |
A D | winfnt.c | 867 if ( FT_REALLOC( font->family_name, in FNT_Face_Init()
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttinterp.c | 537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()
|
Completed in 18 milliseconds