/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() 324 error = face->goto_table( face, TTAG_cvt, stream, &table_len ); in tt_face_load_cvt() 407 error = face->goto_table( face, TTAG_fpgm, stream, &table_len ); in tt_face_load_fpgm() 470 error = face->goto_table( face, TTAG_prep, stream, &table_len ); in tt_face_load_prep() 542 error = face->goto_table( face, TTAG_hdmx, stream, &table_size ); in tt_face_load_hdmx()
|
D | ttobjs.c | 286 if ( !face->goto_table ) in tt_get_sfnt_checksum() 289 if ( face->goto_table( face, in tt_get_sfnt_checksum()
|
D | ttgxvar.c | 381 error = face->goto_table( face, TTAG_avar, stream, &table_len ); in ft_var_load_avar() 885 error = face->goto_table( face, TTAG_VVAR, stream, &table_len ); in ft_var_load_hvvar() 893 error = face->goto_table( face, TTAG_HVAR, stream, &table_len ); in ft_var_load_hvvar() 1393 error = face->goto_table( face, TTAG_MVAR, stream, &table_len ); in ft_var_load_mvar() 1696 if ( FT_SET_ERROR( face->goto_table( face, in ft_var_load_gvar() 2381 if ( FT_SET_ERROR( ttface->goto_table( ttface, TTAG_fvar, in TT_Get_MM_Var() 3571 error = face->goto_table( face, TTAG_cvar, stream, &table_len ); in tt_face_vary_cvt()
|
/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 | sfobjs.c | 520 face->goto_table = sfnt->goto_table; in sfnt_init_face() 617 if ( face->goto_table( face, TTAG_fvar, stream, &fvar_len ) || in sfnt_init_face() 717 if ( face->goto_table( face, TTAG_glyf, stream, 0 ) && in sfnt_init_face() 718 face->goto_table( face, TTAG_CFF2, stream, 0 ) && in sfnt_init_face() 719 !face->goto_table( face, TTAG_CFF, stream, 0 ) ) in sfnt_init_face() 869 has_CBLC = !face->goto_table( face, TTAG_CBLC, stream, 0 ); in sfnt_load_face() 870 has_CBDT = !face->goto_table( face, TTAG_CBDT, stream, 0 ); in sfnt_load_face() 871 has_EBLC = !face->goto_table( face, TTAG_EBLC, stream, 0 ); in sfnt_load_face() 872 has_bloc = !face->goto_table( face, TTAG_bloc, stream, 0 ); in sfnt_load_face() 873 has_sbix = !face->goto_table( face, TTAG_sbix, stream, 0 ); in sfnt_load_face()
|
D | ttload.c | 672 error = face->goto_table( face, tag, stream, 0 ); in tt_face_load_generic_header() 765 error = face->goto_table( face, TTAG_maxp, stream, 0 ); in tt_face_load_maxp() 891 error = face->goto_table( face, TTAG_name, stream, &table_len ); in tt_face_load_name() 1111 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 1235 error = face->goto_table( face, TTAG_OS2, stream, 0 ); in tt_face_load_os2() 1330 error = face->goto_table( face, TTAG_post, stream, 0 ); in tt_face_load_post() 1405 error = face->goto_table( face, TTAG_PCLT, stream, 0 ); in tt_face_load_pclt() 1447 error = face->goto_table( face, TTAG_gasp, stream, 0 ); in tt_face_load_gasp()
|
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() 222 error = face->goto_table( face, TTAG_CBDT, stream, &ebdt_size ); in tt_face_load_sbit() 224 error = face->goto_table( face, TTAG_EBDT, stream, &ebdt_size ); in tt_face_load_sbit() 226 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 | 334 error = face->goto_table( face, TTAG_post, stream, &post_len ); in load_post_names()
|
D | ttsvg.c | 86 error = face->goto_table( face, TTAG_SVG, stream, &table_size ); in tt_face_load_svg()
|
D | ttcolr.c | 185 error = face->goto_table( face, TTAG_COLR, stream, &table_size ); in tt_face_load_colr()
|
/external/emboss/compiler/front_end/ |
D | lr1.py | 434 goto_table = {} 447 goto_table[i, symbol] = items[goto] 449 return item_list, goto_table
|
/external/freetype/include/freetype/internal/ |
D | sfnt.h | 903 TT_Loader_GotoTableFunc goto_table; member
|
D | tttypes.h | 1442 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/docs/oldlogs/ |
D | ChangeLog.24 | 4096 return value of face->goto_table() correctly.
|