Home
last modified time | relevance | path

Searched refs:ttf_size (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c527 FT_ULong count, ttf_size = 0; in t42_parse_sfnts() local
662 ttf_size = 12 + 16 * num_tables; in t42_parse_sfnts()
664 if ( FT_REALLOC( face->ttf_data, 12, ttf_size ) ) in t42_parse_sfnts()
671 if ( count < ttf_size ) in t42_parse_sfnts()
690 ttf_size += ( len + 3 ) & ~3; in t42_parse_sfnts()
694 face->ttf_size = ttf_size; in t42_parse_sfnts()
698 ttf_size + 1 ) ) in t42_parse_sfnts()
705 if ( count >= ttf_size ) in t42_parse_sfnts()
A Dt42types.h42 FT_ULong ttf_size; member
A Dt42objs.c291 args.memory_size = face->ttf_size; in T42_Face_Init()

Completed in 5 milliseconds