/external/freetype/src/truetype/ |
D | ttpload.c | 72 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 94 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca() 333 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt() 416 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm() 479 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep() 543 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
|
D | ttgxvar.c | 351 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar() 768 error = face->goto_table( face, TTAG_VVAR, stream, &table_len ); in ft_var_load_hvvar() 776 error = face->goto_table( face, TTAG_HVAR, stream, &table_len ); in ft_var_load_hvvar() 1204 error = face->goto_table( face, TTAG_MVAR, stream, &table_len ); in ft_var_load_mvar() 1496 if ( FT_SET_ERROR( face->goto_table( face, in ft_var_load_gvar() 2111 if ( FT_SET_ERROR( face->goto_table( face, TTAG_gvar, in TT_Get_MM_Var() 2115 if ( FT_SET_ERROR( face->goto_table( face, TTAG_CFF2, in TT_Get_MM_Var() 2124 if ( FT_SET_ERROR( face->goto_table( face, TTAG_fvar, in TT_Get_MM_Var() 3246 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
|
D | ttobjs.c | 254 if ( !face->goto_table ) in tt_get_sfnt_checksum() 257 if ( face->goto_table( face, in tt_get_sfnt_checksum()
|
/external/freetype/src/sfnt/ |
D | ttmtx.c | 95 error = face->goto_table( face, tag, stream, &table_size ); in tt_face_load_hmtx() 168 error = face->goto_table( face, TTAG_vhea, stream, 0 ); in tt_face_load_hhea() 176 error = face->goto_table( face, TTAG_hhea, stream, 0 ); in tt_face_load_hhea()
|
D | ttload.c | 665 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header() 758 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp() 882 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name() 1088 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 1212 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2() 1307 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post() 1376 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt() 1418 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
|
D | sfobjs.c | 507 face->goto_table = sfnt->goto_table; in sfnt_init_face() 598 if ( face->goto_table( face, TTAG_fvar, stream, &fvar_len ) || in sfnt_init_face() 695 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face() 696 face->goto_table( face, TTAG_CFF2, stream, 0 ) && in sfnt_init_face() 697 !face->goto_table( face, TTAG_CFF, stream, 0 ) ) in sfnt_init_face() 838 is_apple_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face() 863 has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 ); in sfnt_load_face() 864 has_CBDT = !face->goto_table( face, TTAG_CBDT, stream, 0 ); in sfnt_load_face()
|
D | ttsbit.c | 62 error = face->goto_table( face, TTAG_CBLC, stream, &table_size ); in tt_face_load_sbit() 67 error = face->goto_table( face, TTAG_EBLC, stream, &table_size ); in tt_face_load_sbit() 69 error = face->goto_table( face, TTAG_bloc, stream, &table_size ); in tt_face_load_sbit() 76 error = face->goto_table( face, TTAG_sbix, stream, &table_size ); in tt_face_load_sbit() 227 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_face_load_sbit() 229 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_face_load_sbit() 231 error = face->goto_table( face, TTAG_bdat, stream, &ebdt_size ); in tt_face_load_sbit()
|
D | ttkern.c | 55 error = face->goto_table( face, TTAG_kern, stream, &table_size ); in tt_face_load_kern()
|
D | ttcpal.c | 89 error = face->goto_table( face, TTAG_CPAL, stream, &table_size ); in tt_face_load_cpal()
|
D | ttpost.c | 394 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
|
D | ttcolr.c | 102 error = face->goto_table( face, TTAG_COLR, stream, &table_size ); in tt_face_load_colr()
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 712 TT_Loader_GotoTableFunc goto_table; member
|
D | tttypes.h | 1489 TT_Loader_GotoTableFunc goto_table; member
|
/external/freetype/src/cff/ |
D | cffobjs.c | 570 error = face->goto_table( face, TTAG_head, stream, 0 ); in cff_face_init() 591 error = face->goto_table( face, TTAG_CFF2, stream, 0 ); in cff_face_init() 599 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.
|