Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfobjs.c369 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 …]
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h1466 TTC_HeaderRec ttc_header; member
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221949 (sfnt_init): New function to fill in face->ttc_header. A non-TTC font
/third_party/chromium/patch/
D0001-cve.patch22354 if ( face_index >= face->ttc_header.count )