Searched refs:TTAG_glyf (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | tttags.h | 62 #define TTAG_glyf FT_MAKE_TAG( 'g', 'l', 'y', 'f' ) macro
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfobjs.c | 708 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face() 842 tt_face_lookup_table( face, TTAG_glyf ) || in sfnt_load_face() 846 has_outline = FT_BOOL( tt_face_lookup_table( face, TTAG_glyf ) || in sfnt_load_face() 1087 if ( tt_face_lookup_table( face, TTAG_glyf ) != 0 && in sfnt_load_face()
|
D | sfwoff2.c | 1527 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font() 1616 if ( table.Tag == TTAG_glyf ) in reconstruct_font() 1877 if ( table->Tag == TTAG_glyf || table->Tag == TTAG_loca ) in woff2_open_font() 2022 if ( table->Tag == TTAG_glyf ) in woff2_open_font()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttpload.c | 72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
|