Searched refs:TTAG_glyf (Results 1 – 4 of 4) sorted by relevance
/external/freetype/include/freetype/ |
D | tttags.h | 62 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 714 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()
|
D | sfwoff2.c | 1566 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/ |
D | ttpload.c | 72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
|