Home
last modified time | relevance | path

Searched refs:ttc_header (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
Dsfobjs.c364 face->ttc_header.tag = 0; in sfnt_open_font()
365 face->ttc_header.version = 0; in sfnt_open_font()
366 face->ttc_header.count = 0; in sfnt_open_font()
384 face->ttc_header.tag = TTAG_ttcf; in sfnt_open_font()
393 if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->ttc_header ) ) in sfnt_open_font()
396 if ( face->ttc_header.count == 0 ) in sfnt_open_font()
404 if ( (FT_ULong)face->ttc_header.count > stream->size / ( 28 + 4 ) ) in sfnt_open_font()
408 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) ) in sfnt_open_font()
411 if ( FT_FRAME_ENTER( face->ttc_header.count * 4L ) ) in sfnt_open_font()
414 for ( n = 0; n < face->ttc_header.count; n++ ) in sfnt_open_font()
[all …]
/external/freetype/include/freetype/internal/
Dtttypes.h1262 TTC_HeaderRec ttc_header; member