Searched refs:TTAG_glyf (Results 1 – 4 of 4) sorted by relevance
/external/freetype/include/freetype/ |
D | tttags.h | 58 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
|
/external/freetype/src/sfnt/ |
D | sfobjs.c | 594 tt_face_lookup_table( face, TTAG_glyf ) != 0 || in sfnt_load_face() 597 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) != 0 || in sfnt_load_face() 826 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 && in sfnt_load_face()
|
/external/freetype/src/truetype/ |
D | ttpload.c | 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
|
D | ttgload.c | 1918 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 ); in tt_loader_init()
|