Searched refs:ttc_header (Results 1 – 4 of 4) sorted by relevance
369 face->ttc_header.tag = 0; in sfnt_open_font()370 face->ttc_header.version = 0; in sfnt_open_font()371 face->ttc_header.count = 0; in sfnt_open_font()435 face->ttc_header.tag = TTAG_ttcf; in sfnt_open_font()444 if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->ttc_header ) ) in sfnt_open_font()448 face->ttc_header.count )); in sfnt_open_font()450 if ( face->ttc_header.count == 0 ) in sfnt_open_font()458 if ( (FT_ULong)face->ttc_header.count > stream->size / ( 28 + 4 ) ) in sfnt_open_font()462 if ( FT_QNEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font()465 if ( FT_FRAME_ENTER( face->ttc_header.count * 4L ) ) in sfnt_open_font()[all …]
1466 TTC_HeaderRec ttc_header; member
1949 (sfnt_init): New function to fill in face->ttc_header. A non-TTC font
22354 if ( face_index >= face->ttc_header.count )