Searched refs:ttc_header (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/sfnt/
H A Dsfobjs.c728 /* Fill in face->ttc_header. If the font is not a TTC, it is */
750 face->ttc_header.tag = 0;
751 face->ttc_header.version = 0;
752 face->ttc_header.count = 0;
787 face->ttc_header.tag = TTAG_ttcf;
796 if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->ttc_header ) )
799 if ( face->ttc_header.count == 0 )
807 if ( (FT_ULong)face->ttc_header.count > stream->size / ( 28 + 4 ) )
811 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dsfobjs.c728 /* Fill in face->ttc_header. If the font is not a TTC, it is */
750 face->ttc_header.tag = 0;
751 face->ttc_header.version = 0;
752 face->ttc_header.count = 0;
787 face->ttc_header.tag = TTAG_ttcf;
796 if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->ttc_header ) )
799 if ( face->ttc_header.count == 0 )
807 if ( (FT_ULong)face->ttc_header.count > stream->size / ( 28 + 4 ) )
811 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header
[all...]
/external/freetype/include/internal/
H A Dtttypes.h1078 /* ttc_header :: The TrueType collection header, used when */
1081 /* `ttc_header.count' is set to 0. */
1255 TTC_HeaderRec ttc_header; member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1080 /* ttc_header :: The TrueType collection header, used when */
1083 /* `ttc_header.count' is set to 0. */
1257 TTC_HeaderRec ttc_header; member in struct:TT_FaceRec_

Completed in 66 milliseconds