Searched refs:format_tag (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c348 if ( FT_READ_ULONG( sfnt.format_tag ) ||
362 FT_TRACE2(( "-- Format version: 0x%08lx\n", sfnt.format_tag ));
364 if ( sfnt.format_tag != TTAG_OTTO )
378 face->format_tag = sfnt.format_tag;
H A Dsfobjs.c1088 if ( face->format_tag == TTAG_true )
/external/freetype/include/internal/
H A Dtttypes.h89 /* format_tag :: The font format tag. */
101 FT_ULong format_tag; member in struct:SFNT_HeaderRec_
1083 /* format_tag :: The font format tag. */
1257 FT_ULong format_tag; member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h89 /* format_tag :: The font format tag. */
101 FT_ULong format_tag; member in struct:SFNT_HeaderRec_
1085 /* format_tag :: The font format tag. */
1259 FT_ULong format_tag; member in struct:TT_FaceRec_
/external/freetype/src/sfnt/
H A Dttload.c359 if ( FT_READ_ULONG( sfnt.format_tag ) ||
373 FT_TRACE2(( "-- Format version: 0x%08lx\n", sfnt.format_tag ));
375 if ( sfnt.format_tag != TTAG_OTTO )
389 face->format_tag = sfnt.format_tag;
H A Dsfobjs.c1088 if ( face->format_tag == TTAG_true )
/external/freetype/src/truetype/
H A Dttobjs.c546 if ( face->format_tag != 0x00010000L && /* MS fonts */
547 face->format_tag != 0x00020000L && /* CJK fonts for Win 3.1 */
548 face->format_tag != TTAG_true ) /* Mac fonts */
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c546 if ( face->format_tag != 0x00010000L && /* MS fonts */
547 face->format_tag != 0x00020000L && /* CJK fonts for Win 3.1 */
548 face->format_tag != TTAG_true ) /* Mac fonts */
/external/freetype/src/cff/
H A Dcffobjs.c522 if ( face->format_tag != TTAG_OTTO ) /* `OTTO'; OpenType/CFF font */
/external/pdfium/third_party/freetype/src/cff/
H A Dcffobjs.c522 if ( face->format_tag != TTAG_OTTO ) /* `OTTO'; OpenType/CFF font */

Completed in 146 milliseconds