Searched refs:ttf_data (Results 1 – 3 of 3) sorted by relevance
41 FT_Byte* ttf_data; member
655 face->ttf_data[count++] = string_buf[n]; in t42_parse_sfnts()660 num_tables = 16 * face->ttf_data[4] + face->ttf_data[5]; in t42_parse_sfnts()664 if ( FT_REALLOC( face->ttf_data, 12, ttf_size ) ) in t42_parse_sfnts()673 face->ttf_data[count++] = string_buf[n]; in t42_parse_sfnts()684 FT_Byte* p = face->ttf_data + 12 + 16 * i + 12; in t42_parse_sfnts()697 if ( FT_REALLOC( face->ttf_data, 12 + 16 * num_tables, in t42_parse_sfnts()711 face->ttf_data[count++] = string_buf[n]; in t42_parse_sfnts()
47 if ( FT_ALLOC( face->ttf_data, 12 ) ) in T42_Open_Face()290 args.memory_base = face->ttf_data; in T42_Face_Init()444 FT_FREE( face->ttf_data ); in T42_Face_Done()
Completed in 11 milliseconds