HomeSort by relevance Sort by last modified time
    Searched refs:ttc_header (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/sfnt/
sfobjs.c 342 /* Fill in face->ttc_header. If the font is not a TTC, it is */
364 face->ttc_header.tag = 0;
365 face->ttc_header.version = 0;
366 face->ttc_header.count = 0;
384 face->ttc_header.tag = TTAG_ttcf;
393 if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->ttc_header ) )
396 if ( face->ttc_header.count == 0 )
404 if ( (FT_ULong)face->ttc_header.count > stream->size / ( 28 + 4 ) )
408 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count )
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1262 TTC_HeaderRec ttc_header; member in struct:TT_FaceRec_
    [all...]

Completed in 124 milliseconds