/external/freetype/src/truetype/ |
D | ttpload.c | 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 81 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca() 265 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt() 346 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm() 407 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep() 469 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
|
D | ttgxvar.c | 296 if ( (error = face->goto_table( face, TTAG_avar, stream, &table_len )) != 0 ) in ft_var_load_avar() 401 if ( (error = face->goto_table( face, TTAG_gvar, stream, &table_len )) != 0 ) in ft_var_load_gvar() 669 if ( (error = face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var() 673 if ( (error = face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var() 1156 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
|
D | ttgload.c | 1948 FT_Error error = face->goto_table( face, TTAG_glyf, stream, 0 ); in tt_loader_init()
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 89 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx() 124 error = face->goto_table( face, TTAG_vmtx, stream, &table_len ); in tt_face_load_hmtx() 143 error = face->goto_table( face, TTAG_hmtx, stream, &table_len ); in tt_face_load_hmtx() 295 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea() 303 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
|
D | ttload.c | 562 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header() 653 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp() 774 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name() 914 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 1025 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2() 1109 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post() 1175 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt() 1215 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
|
D | ttsbit0.c | 57 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_eblc() 59 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_eblc() 192 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_sbit_decoder_init() 194 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_sbit_decoder_init()
|
D | ttsbit.c | 479 error = face->goto_table( face, TTAG_EBLC, stream, 0 ); in tt_face_load_eblc() 481 error = face->goto_table( face, TTAG_bloc, stream, 0 ); in tt_face_load_eblc() 1468 error = face->goto_table( face, TTAG_EBDT, stream, 0 ); in tt_face_load_sbit_image() 1470 error = face->goto_table( face, TTAG_bdat, stream, 0 ); in tt_face_load_sbit_image()
|
D | ttkern.c | 56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
|
D | ttpost.c | 347 error = face->goto_table( face, TTAG_post, stream, 0 ); in load_post_names()
|
D | sfobjs.c | 447 face->goto_table = sfnt->goto_table; in sfnt_init_face()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 651 TT_Loader_GotoTableFunc goto_table; member 848 FT_INTERNAL(goto_table,goto_table_) \
|
D | tttypes.h | 1288 TT_Loader_GotoTableFunc goto_table; member
|
/external/freetype/src/cff/ |
D | cffobjs.c | 489 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init() 512 error = face->goto_table( face, TTAG_CFF, stream, 0 ); in cff_face_init()
|