Searched refs:FT_Tag (Results 1 – 11 of 11) sorted by relevance
176 typedef FT_UInt32 FT_Tag; typedef489 ( ( FT_STATIC_BYTE_CAST( FT_Tag, _x1 ) << 24 ) | \490 ( FT_STATIC_BYTE_CAST( FT_Tag, _x2 ) << 16 ) | \491 ( FT_STATIC_BYTE_CAST( FT_Tag, _x3 ) << 8 ) | \492 FT_STATIC_BYTE_CAST( FT_Tag, _x4 ) )
34 FT_LOCAL_DEF( FT_Tag )37 static const FT_Tag known_tags[63] = in woff2_known_tags()
31 FT_LOCAL( FT_Tag )
115 FT_Tag old_tag = 0; in woff_open_font()
109 FT_Tag tag1 = table1->Tag; in compare_tags()110 FT_Tag tag2 = table2->Tag; in compare_tags()343 FT_Tag tag ) in find_table()2203 FT_Tag tag = indices[nn]->Tag; in woff2_open_font()
1480 FT_Tag graphicType; in tt_face_load_sbix_image()
95 FT_Tag Tag; /* table ID */194 FT_Tag Tag; /* table file offset */
51 FT_Tag tag, in gxv_load_table()
42 FT_Tag tag, in otv_load_table()
1588 fttypes.h: Cast FT_MAKE_TAG output to FT_Tag explicitly.1591 Cast the result to FT_Tag.
1372 * include/freetype/fttypes.h (FT_Bytes, FT_Tag): New typedefs.