Home
last modified time | relevance | path

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

/external/freetype/include/freetype/
Dtttags.h62 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
/external/freetype/src/sfnt/
Dsfobjs.c714 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face()
856 tt_face_lookup_table( face, TTAG_glyf ) || in sfnt_load_face()
860 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) || in sfnt_load_face()
Dsfwoff2.c1566 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font()
1651 if ( table.Tag == TTAG_glyf ) in reconstruct_font()
1910 if ( table->Tag == TTAG_glyf || table->Tag == TTAG_loca ) in woff2_open_font()
2057 if ( table->Tag == TTAG_glyf ) in woff2_open_font()
/external/freetype/src/truetype/
Dttpload.c72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()