Home
last modified time | relevance | path

Searched refs:FT_REALLOC (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2arrst.c113 if ( !FT_REALLOC( arrstack->ptr, arrstack->totalSize, newSize ) ) in cf2_arrstack_setNumElements()
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c583 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 Dftmemory.h291 #define FT_REALLOC( ptr, cursz, newsz ) \ macro
/AliOS-Things-master/components/freetype/src/winfonts/
A Dwinfnt.c867 if ( FT_REALLOC( font->family_name, in FNT_Face_Init()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in Update_Max()

Completed in 18 milliseconds