OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ttc_header
(Results
1 - 4
of
4
) sorted by null
/external/freetype/src/sfnt/
sfobjs.c
728
/* 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
.count )
[
all
...]
/external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c
710
/* Fill in face->
ttc_header
. If the font is not a TTC, it is */
732
face->
ttc_header
.tag = 0;
733
face->
ttc_header
.version = 0;
734
face->
ttc_header
.count = 0;
769
face->
ttc_header
.tag = TTAG_ttcf;
778
if ( FT_STREAM_READ_FIELDS( ttc_header_fields, &face->
ttc_header
) )
781
if ( face->
ttc_header
.count == 0 )
789
if ( (FT_ULong)face->
ttc_header
.count > stream->size / ( 28 + 4 ) )
793
if ( FT_NEW_ARRAY( face->
ttc_header
.offsets, face->
ttc_header
.count )
[
all
...]
/external/freetype/include/internal/
tttypes.h
1255
TTC_HeaderRec
ttc_header
;
member in struct:TT_FaceRec_
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h
1255
TTC_HeaderRec
ttc_header
;
member in struct:TT_FaceRec_
[
all
...]
Completed in 170 milliseconds