/external/freetype/src/truetype/ |
D | ttpload.c | 73 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 95 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca() 334 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt() 417 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm() 480 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep() 544 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
|
D | ttgxvar.c | 349 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar() 765 error = face->goto_table( face, TTAG_VVAR, stream, &table_len ); in ft_var_load_hvvar() 773 error = face->goto_table( face, TTAG_HVAR, stream, &table_len ); in ft_var_load_hvvar() 1205 error = face->goto_table( face, TTAG_MVAR, stream, &table_len ); in ft_var_load_mvar() 1470 if ( FT_SET_ERROR( face->goto_table( face, in ft_var_load_gvar() 2036 if ( FT_SET_ERROR( face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var() 2040 if ( FT_SET_ERROR( face->goto_table( face, TTAG_CFF2, in TT_Get_MM_Var() 2049 if ( FT_SET_ERROR( face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var() 3146 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
|
D | ttobjs.c | 255 if ( !face->goto_table ) in tt_get_sfnt_checksum() 258 if ( face->goto_table( face, in tt_get_sfnt_checksum()
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 96 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx() 169 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea() 177 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
|
D | ttload.c | 658 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header() 751 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp() 875 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name() 1081 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 1205 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2() 1300 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post() 1369 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt() 1411 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
|
D | sfobjs.c | 882 face->goto_table = sfnt->goto_table; in sfnt_init_face() 970 if ( face->goto_table( face, TTAG_fvar, stream, &fvar_len ) || in sfnt_init_face() 1067 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face() 1068 face->goto_table( face, TTAG_CFF2, stream, 0 ) && in sfnt_init_face() 1069 !face->goto_table( face, TTAG_CFF, stream, 0 ) ) in sfnt_init_face() 1206 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face() 1231 has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 ); in sfnt_load_face() 1232 has_CBDT = !face->goto_table( face, TTAG_CBDT, stream, 0 ); in sfnt_load_face()
|
D | ttsbit.c | 63 error = face->goto_table( face, TTAG_CBLC, stream, &table_size ); in tt_face_load_sbit() 68 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_sbit() 70 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_sbit() 77 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit() 228 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_face_load_sbit() 230 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_face_load_sbit() 232 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_face_load_sbit()
|
D | ttkern.c | 56 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
|
D | ttcpal.c | 90 error = face->goto_table( face, TTAG_CPAL, stream, &table_size ); in tt_face_load_cpal()
|
D | ttpost.c | 395 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
|
D | ttcolr.c | 103 error = face->goto_table( face, TTAG_COLR, stream, &table_size ); in tt_face_load_colr()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 720 TT_Loader_GotoTableFunc goto_table; member
|
D | tttypes.h | 1631 TT_Loader_GotoTableFunc goto_table; member
|
/external/freetype/src/cff/ |
D | cffobjs.c | 560 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init() 581 error = face->goto_table( face, TTAG_CFF2, stream, 0 ); in cff_face_init() 589 error = face->goto_table( face, TTAG_CFF, stream, 0 ); in cff_face_init()
|
/external/freetype/ |
D | ChangeLog.24 | 4096 return value of face->goto_table() correctly.
|